[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ERR_employeeadd {'info': 'modifications require authentication', 'desc': 'Strong(er) authentication required'}
- To: openldap-technical@openldap.org
- Subject: ERR_employeeadd {'info': 'modifications require authentication', 'desc': 'Strong(er) authentication required'}
- From: Andrei Valoshyn <avaloshyn@exadel.com>
- Date: Thu, 19 Nov 2015 21:43:52 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=exadel.com; s=google; h=from:subject:to:message-id:date:user-agent:mime-version :content-type; bh=OLOKy6JpyP+52Uhq6ikFH+CJS4JRKL73NBjkHBjZx7A=; b=KeYndg2K3rm80i42hHlNCOvOKxhtwy0uwWls85+rE5kLp8yJLjHDT3guHu7W0Cz/59 SBdRBfEYsbPPze6twFgflwDY54lgFkhGH0o9Y6HDBngc+7ch29Y62XREoIVinXtPylnH Ps8URybxWtBQZE68BIlGIe0uOTunxbMHeRr0o=
- User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
Hello!
I have slapd 2.4.39 and python 2.6
I tried to create an user via python when I tried do that with root
permission - it's OK. But when I did this with config in slapd.conf
"access to * by
group.exact="cn=LDAP_admins,ou=Roles,ou=Groups,dc=exadel,dc=com" write"
I have an error " ERR_employeeadd {'info': 'modifications require
authentication', 'desc': 'Strong(er) authentication required'} "
I tried to use " l.protocol_version = ldap.VERSION{2,3} " via 389 port
My function for adding ldif is :
l = ldap.initialize(server)
l.simple_bind(username, ldapsrvpassword)
def employeeadd():
ldif = modlist.addModlist(attrs)
l.add_s(dn,ldif)
Will be very appreciate for any help
--
With Best Wishes
Andrei Valoshyn
Exadel Inc.
System Administrator
avaloshyn@exadel.com
--
CONFIDENTIALITY NOTICE: This email and files attached to it are
confidential. If you are not the intended recipient you are hereby notified
that using, copying, distributing or taking any action in reliance on the
contents of this information is strictly prohibited. If you have received
this email in error please notify the sender and delete this email.