Displaying 1 result from an estimated 1 matches for "phoenix120".
2006 Feb 16
0
How to Make SMB server authenticate against multiple ADserver
...is from Using Samba...
http://www.oreilly.com/catalog/samba/chapter/book/ch06_03.html
You can configure Samba to use a separate password server under
server-level security with the use of the password server global
configuration option, as follows:
[global]
security = server
password server = PHOENIX120 HYDRA134
Note that you can specify more than one machine as the target of the
password server ; Samba will move down the list of servers in the event
that its first choice is unreachable. The servers identified by the
password server option are given as NetBIOS names, not their DNS names
or equiva...