Bug#346234: samba-common: example command for the add machine script option do not work on Debian

2006-01-07 Thread Steve Langasek
On Fri, Jan 06, 2006 at 06:15:24PM +0100, Christian Perrier wrote: Here is the example command for the add machine script option in smb.conf manpage : add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /var/lib/nobody -s /bin/false %u It do not work for two reasons :

Bug#346234: samba-common: example command for the add machine script option do not work on Debian

2006-01-07 Thread Renaud Duhaut
The -n option is Red Hat specific. From the manpage : -n A group having the same name as the user being added to the system will be created by default. This option will turn off this Red Hat Linux specific behavior. When this option is used, users by default will be placed in whatever group

Bug#346234: samba-common: example command for the add machine script option do not work on Debian

2006-01-07 Thread Christian Perrier
tags 346234 pending thanks Quoting Renaud Duhaut ([EMAIL PROTECTED]): The -n option is Red Hat specific. From the manpage : -n A group having the same name as the user being added to the system will be created by default. This option will turn off this Red Hat Linux specific behavior.

Bug#346234: samba-common: example command for the add machine script option do not work on Debian

2006-01-06 Thread Renaud Duhaut
Package: samba-common Version: 3.0.14a-3sarge1 Severity: minor Here is the example command for the add machine script option in smb.conf manpage : add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /var/lib/nobody -s /bin/false %u It do not work for two reasons : 1. Unlike Red

Bug#346234: samba-common: example command for the add machine script option do not work on Debian

2006-01-06 Thread Christian Perrier
tags 346234 confirmed thanks Here is the example command for the add machine script option in smb.conf manpage : add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /var/lib/nobody -s /bin/false %u It do not work for two reasons : 1. Unlike Red Hat systems, adduser is