I noticed that when I create users with smbldap-useradd, the default group is "Domain Users". Is this the best user/group default setup for Samba/LDAP? I'm more familar with the unix user/group setup like max/students or max/faculty. Does the user group have to be "Domain Users" when using Samba? Thanks, Yasee smbldap-useradd -m -a username (where the username is max) hopper:/home/max # ls -la total 61 drwx------ 7 max Domain Users 576 Jul 1 14:11 . drwxr-xr-x 5 root root 120 Jun 30 13:27 .. -rw------- 1 max Domain Users 0 May 18 1996 .bash_history -rw-r--r-- 1 max Domain Users 1294 Feb 1 07:42 .bashrc -rw-r--r-- 1 max Domain Users 208 Nov 17 1995 .dvipsrc -rw-r--r-- 1 max Domain Users 1637 Jan 25 2002 .emacs -rw-r--r-- 1 max Domain Users 1124 Feb 28 2000 .exrc drwxr-xr-x 2 max Domain Users 48 Mar 15 2003 .fonts -rw-r--r-- 1 max Domain Users 164 Nov 17 1995 .kermrc -rw-r--r-- 1 max Domain Users 6127 Nov 5 2004 .muttrc -rw-r--r-- 1 max Domain Users 934 Jul 17 2002 .profile -rw-r--r-- 1 max Domain Users 311 Jul 7 2000 .urlview -rw-r--r-- 1 max Domain Users 7913 Nov 30 1995 .xcoralrc drwxr-xr-x 2 max Domain Users 72 Jun 15 16:03 .xemacs -rw-r--r-- 1 max Domain Users 1940 Mar 22 09:50 .xim.template -rwxr-xr-x 1 max Domain Users 3191 Feb 21 10:19 .xinitrc.template -rw-r--r-- 1 max Domain Users 119 Oct 28 1997 .xtalkrc drwxr-xr-x 2 max Domain Users 80 Jun 15 16:03 Documents drwxr-xr-x 2 max Domain Users 48 Sep 2 2003 bin -rw------- 1 max Domain Users 59 Jun 30 13:56 createdsclient1.txt drwxr-xr-x 2 max Domain Users 80 Jun 15 16:03 public_html
linuxlady schrieb:> I noticed that when I create users with smbldap-useradd, the default > group is "Domain Users". > > Is this the best user/group default setup for Samba/LDAP? > > I'm more familar with the unix user/group setup like max/students or > max/faculty. > > Does the user group have to be "Domain Users" when using Samba?No, users can be in other groups you created, like "somecity", "firstgroup" etc. - that's why the groups are, right? :) -- Tomek WPKG - use Samba to deploy software http://wpkg.org
> I noticed that when I create users with smbldap-useradd, the default > group is "Domain Users". > > Is this the best user/group default setup for Samba/LDAP? > > I'm more familar with the unix user/group setup like max/students or > max/faculty. > > Does the user group have to be "Domain Users" when using Samba?no, it does not :-) SuSE is very good about LDAP things. Most probably You will have no problems with that.> > Thanks, > > Yasee > > > smbldap-useradd -m -a username > (where the username is max) > > hopper:/home/max # ls -la > total 61 > drwx------ 7 max Domain Users 576 Jul 1 14:11 . > drwxr-xr-x 5 root root 120 Jun 30 13:27 .. > -rw------- 1 max Domain Users 0 May 18 1996 .bash_history > -rw-r--r-- 1 max Domain Users 1294 Feb 1 07:42 .bashrc > -rw-r--r-- 1 max Domain Users 208 Nov 17 1995 .dvipsrc > -rw-r--r-- 1 max Domain Users 1637 Jan 25 2002 .emacs > -rw-r--r-- 1 max Domain Users 1124 Feb 28 2000 .exrc > drwxr-xr-x 2 max Domain Users 48 Mar 15 2003 .fonts > -rw-r--r-- 1 max Domain Users 164 Nov 17 1995 .kermrc > -rw-r--r-- 1 max Domain Users 6127 Nov 5 2004 .muttrc > -rw-r--r-- 1 max Domain Users 934 Jul 17 2002 .profile > -rw-r--r-- 1 max Domain Users 311 Jul 7 2000 .urlview > -rw-r--r-- 1 max Domain Users 7913 Nov 30 1995 .xcoralrc > drwxr-xr-x 2 max Domain Users 72 Jun 15 16:03 .xemacs > -rw-r--r-- 1 max Domain Users 1940 Mar 22 09:50 .xim.template > -rwxr-xr-x 1 max Domain Users 3191 Feb 21 10:19 .xinitrc.template > -rw-r--r-- 1 max Domain Users 119 Oct 28 1997 .xtalkrc > drwxr-xr-x 2 max Domain Users 80 Jun 15 16:03 Documents > drwxr-xr-x 2 max Domain Users 48 Sep 2 2003 bin > -rw------- 1 max Domain Users 59 Jun 30 13:56 createdsclient1.txt > drwxr-xr-x 2 max Domain Users 80 Jun 15 16:03 public_html > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >