search for: machineadd

Displaying 4 results from an estimated 4 matches for "machineadd".

2011 Jul 04
0
Windows 7 + Samba domain issues
...ssword database but in lower case in the Linux password database. This results in errors in the Samba logs and possibly other authentication and lookup issues. To fix that last one I am replacing the normal 'add machine script' with this: add machine script = /var/lib/samba/scripts/machineadd.sh "%u" where /var/lib/samba/scripts/machineadd.sh is: #!/bin/bash # # Join a machine to the domain # machine=`echo $1 | tr '[[:lower:]]' '[[:upper:]]'` /usr/sbin/useradd -n -g machines -c Machine -d /dev/null -s /bin/false -K MAIL_DIR=/dev/null "$mach...
2003 Jul 17
1
Samba + Openldap password change through windows
...%u syslog = 0 time server = Yes unix extensions = Yes socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 character set = ISO8859-1 domain admin group = root,administrator add user script = /usr/sbin/smbldap-machineadd.sh %u delete user script = /usr/sbin/smbldap-machinedel.sh %u domain logons = Yes os level = 255 preferred master = Yes domain master = Yes wins support = Yes ldap server = 127.0.0.1 ldap port = 389 ldap suffix = dc=sure,dc=de...
2016 Apr 05
1
chgrp "Domain Admins" on folder return invalid group "Domain Admins" #Solved#
OK thank you very much. Regards On Tue, Apr 5, 2016 at 3:36 PM, Rowland penny <rpenny at samba.org> wrote: > On 05/04/16 15:26, Jules Houantonon wrote: > >> Please, strangely >> >> In AD the user demo have /bin/sh as its shell and with getent we have >> /bin/false. >> >> Is it normal ? >> >> >> > Yes, it is normal on a DC,
2004 Jan 13
1
Using People for Machine accounts
...r' (on the NT machine) when I try to add a machine account an error returns 'The machine account for this computer either does not exist or is inaccessible', even though the machine is added to LDAP (posix entry only). If I manually create a user account using 'smbldap-useradd.pl -a machineadd', then change the uid to 0 (and gidNumber to 0 or 512), then use this account on the NT side to add a machine account, the same error is displayed, but the machine account is NOT added to LDAP. Other posts have indicated the smbldap-useradd adds the machine posix account and samba adds the samb...