search for: ef0hh5ee

Displaying 2 results from an estimated 2 matches for "ef0hh5ee".

2010 Dec 17
2
How to bind properly to Samba4 LDAP server?
...l be used to Samba4 users management. As I wrote in my previous mail, I have no problems to read records from LDAP, and that's because It could happen without bind process. Problem is when I try to write or modify something to LDAP. Here is my simple script written in Perl: http://pastebin.com/eF0hh5Ee After adding some debugging options, this is what I get when trying to run it: http://pastebin.com/2py5EixU Bind process returns: Simple Bind Failed : NT_STATUS_LOGON_FAILURE When trying to add a record: error in module acl: insufficient access rights (50) Please give me a clue how to bind proper...
2010 Dec 03
1
error in module acl: insufficient access rights (50)
Hello. I have some problems with Samba Version 4.0.0alpha14-GIT-1352a94. I'm trying to write a script which will add new users to domain over LDAP: http://pastebin.com/eF0hh5Ee While executing it I'm getting: error in module acl: insufficient access rights (50). Where's the problem? Regards.