Displaying 2 results from an estimated 2 matches for "domcomput".
Did you mean:
domcompu
2004 Mar 18
3
migration nt4 with ldap problem
...ot;%g"
add user to group script = /usr/local/sbin/smbldap-groupmod.pl -m
"%u" "%g"
set primary group script = /usr/local/sbin/smbldap-usermod.pl -g
"%g" "%u"
add machine script = /usr/local/sbin/smbldap-useradd.pl -w -d
/dev/null -g domcomputers -s /bin/false "%u"
-----------------snap---------------------------------
here are the steps of my migration
1. smbldap-groupadd.pl -g 512 -r 512 domadmins
smbldap-groupadd.pl -g 513 -r 513 domusers
smbldap-groupadd.pl -g 514 -r 514 domguests
smbldap-groupadd.pl -g 51...
2004 Jan 15
6
My story installing Samba-LDAP PDC (it has a happy ending)
...em I face is what to use as gidNumber. The example uses 100,
which is usually a user group id. I checked Table 12.1 in SHC and there is
a non-essential group called "Domain Computers" with RID=515. Since I
couldn't find a specific gidNumber to use in this circumstance, I will
create a domcomputers posix group mapped to Samba RID 515 and use the
corresponding gidNumber for the machine account.
After the operation "net groupmap list" shows:
Domain Users (S-1-5-21-893857118-1575030141-3707423182-513) -> users
Domain Admins (S-1-5-21-893857118-1575030141-3707423182-512) -> roo...