Hi Steve, On 14.02.2018 15:12, Hannigan, Steve (SHANNIGA) wrote: > Not sure if this is relevant but here’s the http log error: > > [Wed Feb 14 09:06:46.375925 2018] [:error] [pid 1009] [client > 10.243.56.35:51943] PHP Notice: Undefined index: objectClass in > /usr/share/ldap-account-manager/lib/modules/passwordSelfReset.inc on line 772 > [Wed Feb 14 09:06:46.375984 2018] [:error] [pid 1009] [client > 10.243.56.35:51943] PHP Warning: in_array() expects parameter 2 to be array, > null given in > /usr/share/ldap-account-manager/lib/modules/passwordSelfReset.inc on line 772
looks like your user is not able to read its own data. There are two possibilities to change this: * setup ACLs on LDAP server side so that users can read their own data. You will also need write access to attributes that should be changeable in self service. https://www.ldap-account-manager.org/static/doc/manual/ch07.html#openldapAcls * Use an administrative user to perform all operations. For this fill LDAP user + password in self service profile. Then also tick "Use for all operations". https://www.ldap-account-manager.org/static/doc/manual/ch07s03.html#selfServiceBasicSettings This should solve the issue. Best regards Roland -- LDAP Account Manager https://www.ldap-account-manager.org/
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Lam-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lam-public
