Displaying 2 results from an estimated 2 matches for "adservername".
2004 Sep 14
0
change Active Directory Password with client tools (smbpasswd, net arp) ?
Hi
I am trying to change the password of an User in an Active Directory
using the samba client tools (samba 3.0.7).
A normal user can change the password using
smbpasswd -r ADSERVERNAME
But now a user forgetts his password, and I want to change it as an user
"ADMINUSER",
who has admin rights in the domain.
Is there a command, weher I can do something like this:
smbpasswd -r ADSERVERNAME USERNAME -U ADMINUSER
The command should print for the ADMINPASSWD of ADMINUSER...
2004 Apr 20
2
Samba and W2K AD
...ws or AD side and the Unix side, thus
having authentication handled by AD. As I understand, to do this you
set the security in the smb.conf to Domain. Below I have shown my
smb.conf file. So far the only way I have been able to get this to work
is by setting security=server and password server = ADservername. I
have been searching high and low and can't find anything, most all for
earlier versions of Samba. One problem is the correct usage of "net
join" I have seen is used so many different ways I don't know which is
correct but I have been successful in adding the samba server to...