You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may pick up this library to assist us and so might offer some help if we see the same error. Otherwise, did you solve it in the intervening 5 years?
Hello,
Am getting this error after running the startup command (python -mldap_notify.main -c login.conf
)
LDAP error: {'desc': 'No such object'}
My config is:
[common]
server = ldap://localhost:389
bind_dn = cn=admin,dc=example,dc=org
bind_password = ******
#bind_password_base64 =
#starttls = false
#ignore_cert = false
base_context = ou=People,dc=example,dc=org
expiry_attribute = loginExpirationTime
notify_attribute = pwmLoginExpiryNote
#dry = false
#restrict_to_users =
user_objectclass = person
object = Password
#objects =
Can you please elaborate what could be the issue here ?
The text was updated successfully, but these errors were encountered: