On 6/26/07, Asier Baranguán <[EMAIL PROTECTED]> wrote:
El Martes, 26 de Junio de 2007 10:23, mikelOn escribió:
>         add user script = /usr/sbin/smbldap-useradd -m "%u"

If your users are Windows users you should add an '-a' here, and add the users
with the '-a' flag. Like this:

        add user script = /usr/sbin/smbldap-useradd -m -a "%u"

>         delete user script = /usr/sbin/smbldap-userdel -r "%u"
>         add group script = /usr/sbin/smbldap-groupadd "%g"

You should add '-a -p' here:

         add group script = /usr/sbin/smbldap-groupadd -m -a "%g"

Thanks for the info. Perhaps I have that wrong too and that is the
reason it fails causing me to have to do this manually on the linux
side before the windows side.

John
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to