sttts / ldap-notify

LDAP Password/Login Expiration Notification Tool
GNU General Public License v2.0
21 stars 12 forks source link

OpenLdap error after startup #1

Open mohamess opened 6 years ago

mohamess commented 6 years ago

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 ?

mohamess commented 6 years ago

?

henryford-metoffice commented 2 years ago

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?