From bf9635cd4c1f71acb976e66da2aeaa11c93282d3 Mon Sep 17 00:00:00 2001
From: Tim Potter
samedit -S '*' -W DOMAIN -UAdministratorsmbpasswd -j DOMAIN -r PDC -U + Administrator
The username after the -U can be any Domain - user that has administrator privileges on the machine. Next from - within samedit, run the command:
createuser MACHINE$ -j DOMAIN -L
This assumes your domain is called "DOMAIN" and your Samba - workstation is called "MACHINE".
can be any + Domain user that has administrator privileges on the machine. + Substitute your domain name for "DOMAIN" and the name of your PDC + for "PDC". + +
Next copy libnss_winbind.so/lib/libnss_winbind.so.1.
+ +
Finally, setup a smb.conf containing directives like the following:
+ +
+ + +
Now start winbindd and you should find that your user and group database is expanded to include your NT users and groups, and that you can login to your unix box as a domain user, using @@ -668,11 +667,12 @@ CLASS="COMMAND" >getent group to confirm the correct operation of winbindd.