robowarp@gmx.de
2003-Jun-23 19:07 UTC
[Samba] delete user script is not working from usrmgr
Hi @ll, now i am able to login samba 3 beta pdc, have homes mapped with read and write permission on the home ( this troubled too ) now i tested funktions from usrmgr ( old nt prog for create user and groups ) i can create user on the fly, i can create groups on the fly i can delete groups on the fly add and delete users to groups but if i want to dlete users with delete user script = /usr/sbin/userdel -r %u log shows me [2003/06/23 20:48:10, 0] rpc_server/srv_samr_nt.c:_samr_unknown_2d(4251) _samr_unknown_2d: Not yet implemented. what does this mean i am not a programmer at all, but this line works from command line very good, and additional it should only delete the users entry in smbpasswd would be great if i will get a propper answer to this these funktions seems to me the basic needs to make things easier for win users and admin to manage samba if its once set up the samba is runnig on suse 8.2 with their beta cvs version from samba3 dated 21 jul regards -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte l?cheln! Fotogalerie online mit GMX ohne eigene Homepage!
Spike Burkhardt
2003-Jun-24 15:04 UTC
[Samba] delete user script is not working from usrmgr
Hi, I am very new to Samba but I do know Solaris. The /usr/sbin/userdel is expecting a username that is in the /etc/passwd file. The -r is to delete the specified users home directory tree. The %u is Samba"ese" designating the username but none of the shells in Solaris(ksh, csh, sh) know what %u is. Am I making sense? What I'm trying to say is that you can't mix up Samba variables in the Solaris command line interface. I hope this helps! Spike