From 963664eccce0e7e221ab2c465a430b4d8e2e081b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 14 Sep 2012 09:29:51 -0700 Subject: [PATCH] docs: Remove distinction between server and domain accounts Accounts on a server become accounts on the DC when upgraded. If they do not then this is simply a bug (in say tdbsam), not a feature to be documented. Andrew Bartlett --- docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml | 30 ---------------------------- 1 file changed, 30 deletions(-) diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml b/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml index cb927663621..f0c07d20812 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml @@ -564,36 +564,6 @@ makes Samba act as a domain member. Read the manufacturer's manual before the wa - -Stand-alone Server is converted to Domain Controller &smbmdash; Now User accounts don't work - - -When I try to log in to the DOMAIN, the eventlog shows tried credentials DOMAIN/username; effective -credentials SERVER/username - - - -Usually this is due to a user or machine account being created before the Samba server is configured to be a -domain controller. Accounts created before the server becomes a domain controller will be -local accounts and authenticated as what looks like a member in the SERVER domain, much -like local user accounts in Windows 2000 and later. Accounts created after the Samba server becomes a domain -controller will be domain accounts and will be authenticated as a member of the DOMAIN -domain. - - - -This can be verified by issuing the command pdbedit -L -v username. If this reports DOMAIN -then the account is a domain account, if it reports SERVER then the account is a local account. - - - -The easiest way to resolve this is to remove and recreate the account; however this may cause problems with -established user profiles. You can also use pdbedit -u username -I DOMAIN. You may also -need to change the User SID and Primary Group SID to match the domain. - - - - -- 2.11.4.GIT