On Wed, 2004-07-14 at 09:35, Eric J Bennett wrote:
> Hello All,
> 
> I've been trying to migrate an NT 4 domain from a PDC to samba using net 
> rpc vampire, ran into various hitches along the way which now appear to 
> be mostly sorted, but the created machine accounts do not appear to be 
> in the correct format.
> 
> Checking ou=Computers under the main tree, no entry under this branch 
> has any space for an NT / LM password, here is an ldif dump of the main 
> branch and one entry;
> 
> dn: ou=Computers,dc=itouchaudev,dc=com
> objectClass: organizationalUnit
> ou: Computers
> 
> dn: uid=LBLIGH$,ou=Computers,dc=itouchaudev,dc=com
> objectClass: top
> objectClass: inetOrgPerson
> objectClass: posixAccount

So, it looks like your smbldap scripts had a 'machine account suffix'
set, but Samba is trying to add everything under ou=Users.  Check to see
if you have the 'other half' of the account there.

Then re-do the migration, but with the 'ldap suffix' in smb.conf as
'dc=itouchaudev,dc=com'.

Andrew Bartlett

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to