Displaying 2 results from an estimated 2 matches for "unwilling_to_perform".
2014 Feb 04
1
How to change objectSid?
...B_CONTROL_PROVISION_OID, criticality=0),
LDAPControl(LDB_CONTROL_RELAX_OID, criticality=0) ]
s4ldap.modify_ext_s(s4dn, modlist, serverctrls=controls,
clientctrls=controls)
I'm using the domain administrator to bind to the server.
The error that I get:
ldap.UNWILLING_TO_PERFORM: {'info': '00002035: samldb: objectSid must
not be specified!', 'desc': 'Server is unwilling to perform'}
Is there a way to do it? I know that it is not something to be done
usually, but trust me, I need it :)
Regards,
Diego
--
Diego Woitasen
Linux and Open Sou...
2014 Sep 11
1
change primaryGroupID - unwilling to perform
...y new user database. But nw I came across another strange issue:
I'd like to change the primaryGroupID. It is currently set to 513, which
simply does not exist. I wanted to set to 100, which exists and actually
the user is a member of this group, but then I get the following exception:
ldap.UNWILLING_TO_PERFORM: {'info': 'error in module samldb: Unwilling
to perform during LDB_MODIFY (53)', 'desc': 'Server is unwilling to
perform'}
This is the equivalent LDIF:
dn: CN=Lars LH. Hanke,CN=Users,DC=ad,DC=microsult,DC=de
changetype: modify
replace: primaryGroupID
primaryGroup...