G
Guest
In our application, we use an LDAP user to create another LDAP user. Here is
our architecture: We log in to our own application and request it to create a
new user, then it calls ldap_add_s to add a user. Our application logs in to
the LDAP server as AppsUser123, but the request to add a new user fails with
LDAP_UNWILLING_TO_PERFORM
0x35 The server is not willing to handle directory requests.
The event viewer security log below shows we log in as AppUser123
Special privileges assigned to new logon:
User Name: AppUser123
Domain: QA1-QATEST
Logon ID: (0x0,0x4893D30)
Privileges: SeChangeNotifyPrivilege
SeBackupPrivilege
SeRestorePrivilege
SeDebugPrivilege
Maybe AppsUser123 does not have the correct privileges.
How can I go about debugging and fixing the problem?
Thanks.
our architecture: We log in to our own application and request it to create a
new user, then it calls ldap_add_s to add a user. Our application logs in to
the LDAP server as AppsUser123, but the request to add a new user fails with
LDAP_UNWILLING_TO_PERFORM
0x35 The server is not willing to handle directory requests.
The event viewer security log below shows we log in as AppUser123
Special privileges assigned to new logon:
User Name: AppUser123
Domain: QA1-QATEST
Logon ID: (0x0,0x4893D30)
Privileges: SeChangeNotifyPrivilege
SeBackupPrivilege
SeRestorePrivilege
SeDebugPrivilege
Maybe AppsUser123 does not have the correct privileges.
How can I go about debugging and fixing the problem?
Thanks.