Skip to content

Commit

Permalink
Clean up code merge markers
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Nabasny <jake@nabasny.com>
  • Loading branch information
slapcat committed Feb 5, 2024
1 parent 1a6ea57 commit 7d0eef4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
21 changes: 0 additions & 21 deletions apps/user_ldap/lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,9 @@ class Configuration {
'ldapAttributeRole' => null,
'ldapAttributeHeadline' => null,
'ldapAttributeBiography' => null,
<<<<<<< HEAD
'ldapAdminGroup' => '',
=======
'ldapAttributeBirthDate' => null,
'ldapAttributeAnniversaryDate' => null,
>>>>>>> 06dd76fd26 (Add additional user profile attributes from LDAP)
];

public function __construct(string $configPrefix, bool $autoRead = true) {
Expand Down Expand Up @@ -496,18 +493,9 @@ public function getDefaults(): array {
'ldap_attr_role' => '',
'ldap_attr_headline' => '',
'ldap_attr_biography' => '',
<<<<<<< HEAD
<<<<<<< HEAD
'ldap_admin_group' => '',
=======
'ldap_attr_birthdate' => '',
'ldap_attr_anniversarydate' => '',
>>>>>>> 06dd76fd26 (Add additional user profile attributes from LDAP)
=======
'ldap_attr_birthdate' => '',
'ldap_attr_anniversarydate' => '',
'ldap_admin_group' => '',
>>>>>>> 7eaa573bac (resolve other conflicts)
];
}

Expand Down Expand Up @@ -584,18 +572,9 @@ public function getConfigTranslationArray(): array {
'ldap_attr_role' => 'ldapAttributeRole',
'ldap_attr_headline' => 'ldapAttributeHeadline',
'ldap_attr_biography' => 'ldapAttributeBiography',
<<<<<<< HEAD
<<<<<<< HEAD
'ldap_admin_group' => 'ldapAdminGroup',
=======
'ldap_attr_birthdate' => 'ldapAttributeBirthDate',
'ldap_attr_anniversarydate' => 'ldapAttributeAnniversaryDate',
>>>>>>> 06dd76fd26 (Add additional user profile attributes from LDAP)
=======
'ldap_attr_birthdate' => 'ldapAttributeBirthDate',
'ldap_attr_anniversarydate' => 'ldapAttributeAnniversaryDate',
'ldap_admin_group' => 'ldapAdminGroup',
>>>>>>> 7eaa573bac (resolve other conflicts)
];
return $array;
}
Expand Down
3 changes: 0 additions & 3 deletions apps/user_ldap/lib/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,9 @@
* @property string ldapAttributeRole
* @property string ldapAttributeHeadline
* @property string ldapAttributeBiography
<<<<<<< HEAD
* @property string ldapAdminGroup
=======
* @property string ldapAttributeBirthDate
* @property string ldapAttributeAnniversaryDate
>>>>>>> 06dd76fd26 (Add additional user profile attributes from LDAP)
*/
class Connection extends LDAPUtility {
/**
Expand Down

0 comments on commit 7d0eef4

Please sign in to comment.