Giuliano Silva de Oliveira
2005-Jul-19 12:33 UTC
Fw: [Samba] Re: Using Microsoft User Manager
Here is it
add user script = /usr/sbin/useradd -m '%u'
delete user script = /usr/sbin/userdel -r '%u'
add group script = /usr/sbin/groupadd '%g'
delete group script = /usr/sbin/groupdel '%g'
add user to group script = /usr/sbin/usermod -G '%g'
'%u'
add machine script = /usr/sbin/useradd -s /bin/false -d /tmp
'%u'
I'm using slackware 10.1
Thank you for your attention
> ----- Original Message -----
> From: "jamrock" <news_jamrock@yahoo.com>
> To: <samba@lists.samba.org>
> Sent: Saturday, July 16, 2005 10:39 AM
> Subject: [Samba] Re: Using Microsoft User Manager
>
>
>> "Giuliano Silva de Oliveira" <giuliano@tj.go.gov.br>
wrote in message
>> news:003201c587a3$b3328a20$370c0a0a@GIULIANOXP...
>> Hi everybody,
>>
>>
>>
>> I'm try to use the microsoft user manager tool with the samba
3.0.10, I
>> can
>> view the users and groups, but a I can't change and create
anything, when
>> try to do this I receive the message "Permission Denied". Has
someone
>> knows
>> some "how to" or check list to do this work?
>>
>>
>> Please post the add user script from your smb.conf file.
>>
>>
>>
>>
>>
>