Displaying 3 results from an estimated 3 matches for "testcomputer1".
2006 Jul 13
0
Can't create machine accounts or join domain (automatically or manually with scripts or pdbedit)
..., attribute
"sambaSID" required by object class "sambaSamAccount" is missing
So, just to be thorough I changed the samba schema to not require sambaSid
for sambaSamAccount and it gets a little further through the process. I end
up with an account that looks like this:
dn: uid=testcomputer1$,ou=Machines,dc=mge,dc=arizona,dc=edu
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: organizationalPerson
objectClass: person
objectClass: sambaSamAccount
cn: testcomputer1$
sn: testcomputer1$...
2007 May 25
0
Can't create machine accounts or join domain (automatically or manually with scripts or pdbedit)
...tribute
"sambaSID" required by object class "sambaSamAccount" is missing
So, just to be thorough I changed the samba schema to not require
sambaSid
for sambaSamAccount and it gets a little further through the
process. I end
up with an account that looks like this:
dn: uid=testcomputer1$,ou=Machines,dc=mge,dc=arizona,dc=edu
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: organizationalPerson
objectClass: person
objectClass: sambaSamAccount
cn: testcomputer1$
sn: testcomputer1...
2003 Apr 10
0
vampire an NT4 PDC
...-h localhost -D "ROOTDN" -W -f base.ldif
(following SAMBA-LDAP-PDC Howto from IDEALX, for short OU=Users,
OU=Groups, OU=Computers, and the default groups of an NT4 PDC)
smbldap-tools are working, except creating a Workstation account which
exits with :
> ldapadd: update failed: uid=TESTCOMPUTER1$,ou=Computers,dc=O
> ldap_add: Object class violation (65)
> additional info: no structural object class provided
> /usr/local/sbin/smbldap-useradd.pl: error while adding posix account
to machine TESTCOMPUTER1$
Here is the process we follow :
1. samba is first set up as a BD...