
alexxtasi
alexxtasi
About
- Username
- alexxtasi
- Joined
- Visits
- 170
- Last Active
- Roles
- Member
Comments
-
Hi again, I am using version 4.2.4.2 and the workflow I thought would be correct for importing users from ldap is:* -config (commands like I mention in previous posts) * ./multiotp.php -initialize-backend * ./multiotp.php -ldap-check * ./multiotp.ph…
-
Hi Andre, inside users_info(), I just replaced:$filter = "(&(objectClass=user)(samaccounttype=". ADLDAP_NORMAL_ACCOUNT .")(objectCategory=person)(".$this->_cn_identifier."=".$username."))"; which seems…
-
Hi Andre,I was fooling around with the code (no php experience ...) and when I changed the hardcoded ldap search filter in function users_info() the search result ($sr) was created fine. The change I did probably suited my ldap configuration.But pro…
-
Hi Andre,the ldap server I am using is a Sun Directory Server 5.2.As I said, it seems to me like the $filter created inside the user_info function, is suited more to an AD...
-
Hi and thanks for the quick reply.According to your suggestion I set an empty suffix, but now some other warnings come up. The command is: ./multiotp.php -config \ldap-activated=1 \ldap-account-suffix="" \ldap-base-dn="ou=people,dc=..…
-
thanks Andre... waiting for 4.2.4...