[Samba] wbinfo -u Don't show users from trusted(ing) domain on domain member server

2011-03-16 Thread Wasil
idle_timelimit 3600 pam_password exop nss_base_passwd dc=xxx,dc=x,dc=xxx nss_base_shadow dc=xxx,dc=x,dc=xxx nss_base_group dc=xxx,dc=x,dc=xxx ssl off Thank you, Wasil. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman

Re: [Samba] Samba PDC adding new user, profile dir is not created

2011-03-16 Thread Wasil
Hi You must have something like this: in smb.conf^ [profiles] . root preexec = /usr/local/bin/mkprofile.sh %u %g mkprofile.sh: #!/bin/sh PROFILE=/data2/profiles/$1 if [ ! -e $PROFILE ]; then mkdir -pm700 $PROFILE chown $1:$2 $PROFILE fi Wed, 16 Mar 2011 11:09:59 +0100

Re: [Samba] Samba PDC adding new user, profile dir is not created

2011-03-16 Thread Wasil
= @DomainUsers @root root preexec = /usr/local/bin/mkprofile.sh %u %g Wed, 16 Mar 2011 12:04:40 +0100 письмо от J. Echter j.ech...@elektro-mayer-echter.de: Am 16.03.2011 11:33, schrieb Wasil: Hi You must have something like this: in smb.conf^ [profiles] . root

Re: [Samba] wbinfo -u Don't show users from trusted(ing) domain on domain member server

2011-03-16 Thread Wasil
Of course. I can view own samba domain users. Wed, 16 Mar 2011 08:58:48 -0700 письмо от Bob Miller b...@computerisms.ca: Hi, Did you join your DMS to the domain? On Wed, 2011-03-16 at 12:35 +0300, Wasil wrote: Hi, All! I Have Samba (3.5.6) domain witch have trust relations