Displaying 4 results from an estimated 4 matches for "number37chris".
2016 Feb 16
2
Password changes and syncing passwords with Linux accounts
...search -H /var/lib/samba/private/sam.ldb
> '(&(objectclass=user)(samaccountname=*))' | grep chris
>
> Can you post the results.
Here you go, without any changes to generic names (ie I've kept my
actual domain name of NUMBER37 instead of changing it to MYDOMAIN):
dn: CN=NUMBER37chris,CN=Users,DC=ad,DC=oak-wood,DC=co,DC=uk
cn: NUMBER37chris
name: NUMBER37chris
sAMAccountName: NUMBER37\chris
distinguishedName: CN=NUMBER37chris,CN=Users,DC=ad,DC=oak-wood,DC=co,DC=uk
dn: CN=chris,CN=Users,DC=ad,DC=oak-wood,DC=co,DC=uk
cn: chris
name: chris
sAMAccountName: chris
unixHomeDirectory: /...
2016 Feb 16
2
Password changes and syncing passwords with Linux accounts
On 16/02/16 16:49, Rowland penny wrote:
> OK, so you do have two users, why I do not know, I would suggest you
> delete the user NUMBER37chris with:
>
> samba-tool user delete NUMBER37chris
Failed with
ERROR(exception): Failed to remove user "NUMBER37chris" - Unable to find
user "NUMBER37chris"
but I managed with
samba-tool user delete "NUMBER37\chris"
However, as soon as I logged in via ssh the...
2016 Feb 16
0
Password changes and syncing passwords with Linux accounts
...m.ldb
>> '(&(objectclass=user)(samaccountname=*))' | grep chris
>>
>> Can you post the results.
>
> Here you go, without any changes to generic names (ie I've kept my
> actual domain name of NUMBER37 instead of changing it to MYDOMAIN):
>
> dn: CN=NUMBER37chris,CN=Users,DC=ad,DC=oak-wood,DC=co,DC=uk
> cn: NUMBER37chris
> name: NUMBER37chris
> sAMAccountName: NUMBER37\chris
> distinguishedName:
> CN=NUMBER37chris,CN=Users,DC=ad,DC=oak-wood,DC=co,DC=uk
> dn: CN=chris,CN=Users,DC=ad,DC=oak-wood,DC=co,DC=uk
> cn: chris
> name: chris
&...
2016 Feb 16
2
Password changes and syncing passwords with Linux accounts
On 16/02/2016 14:55, Rowland penny wrote:
> This is strange, just logging in shouldn't create a user in AD and when
> you see MYDOMAIN\chris this is just winbind i.e.
>
> How are you logging into the DC that causes the creation of a user in AD ?
From another machine, in an Ubuntu terminal
ssh chris at dc.domain
No keys, just typing the password when prompted. The only odd thing