search for: _samr_delete_dom_user

Displaying 4 results from an estimated 4 matches for "_samr_delete_dom_user".

2003 Feb 21
0
Samba Domain Support Problems
...[2003/02/21 15:31:00, 2] smbd/reply.c:reply_special(111) netbios connect: local=griffon remote=watertown [2003/02/21 15:31:03, 0] rpc_server/srv_samr_nt.c:_samr_set_userinfo(2458) _samr_set_userinfo: Unable to get smbpasswd entry for uid 0 [2003/02/21 15:31:03, 0] rpc_server/srv_samr_nt.c:_samr_delete_dom_user(2664) _samr_delete_dom_user: Not yet implemented. [2003/02/21 15:31:03, 2] smbd/server.c:exit_server(458) Closing connections I traced this around (using strace, log file, and source code) and determined that samba is taking UID 0, looking it up in /etc/passwd to get the name "root"...
2002 Sep 10
1
Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
...shell=/bin/false Sep 10 13:29:56 linus smbd[17681]: [2002/09/10 13:29:56, 0] libsmb/smbencrypt.c:decode_pw_buffer(263) Sep 10 13:29:56 linus smbd[17681]: decode_pw_buffer: incorrect password length (-1124875088). Sep 10 13:29:56 linus smbd[17681]: [2002/09/10 13:29:56, 0] rpc_server/srv_samr_nt.c:_samr_delete_dom_user(2686) Sep 10 13:29:56 linus smbd[17681]: _samr_delete_dom_user: Not yet implemented. Sep 10 13:29:57 linus smbd[17683]: [2002/09/10 13:29:57, 0] smbd/service.c:make_connection(384) Sep 10 13:29:57 linus smbd[17683]: root logged in as admin user (root privileges) Sep 10 13:29:58 linus smbd[17683...
2002 Sep 10
1
Fw: Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
...c:decode_pw_buffer(263) > > > > Sep 10 13:29:56 linus smbd[17681]: decode_pw_buffer: > > > incorrect password > > > > length (-1124875088). > > > > Sep 10 13:29:56 linus smbd[17681]: [2002/09/10 13:29:56, 0] > > > > rpc_server/srv_samr_nt.c:_samr_delete_dom_user(2686) > > > > Sep 10 13:29:56 linus smbd[17681]: _samr_delete_dom_user: Not yet > > > > implemented. > > > > Sep 10 13:29:57 linus smbd[17683]: [2002/09/10 13:29:57, 0] > > > > smbd/service.c:make_connection(384) > > > > Sep 10 13:29:57...
2004 Jan 22
2
RPC: Problem Deleting LDAP-Entries in pdb_ldap.c
...[2004/01/22 13:46:16, 0] passdb/pdb_ldap.c:ldapsam_delete_entry(326) ldapsam_delete_entry: Could not delete attributes for uid=test,ou=users,dc=eva,dc=mpg,dc=de, error: Naming violation (naming attribute 'uid' is not present in entry) [2004/01/22 13:46:16, 5] rpc_server/srv_samr_nt.c:_samr_delete_dom_user(3771) _samr_delete_dom_user:Failed to delete entry for user test. --------------------------------------------------------------------------- i think the problem is, that it first deletes the attribute uid, and at the end tries to delete the whole dn (dn: uid=.......), where uid is not pres...