I have fresh CentOS Machine which I am trying to make it as ADS Client.
My ADS is configured on Windows 2003 Server with domain envod.com.I just installed CentOS and installed nscd related packages.Can easily run:
authconfig-tui.Followed up the steps:
Select “Use Winbind” and Use “Winbind Authentication”. Remember to leave “Cache Information”, “Use MD5 Passwords” and “Use Shadow Passwords” selected.
* Select “Next”
* Under “Security Model” select “ads”
* “Domains:” envod.com
* “Domain Controllers:” envod-ad.envod.com
* “ADS Realm:” ENVOD-AD.ENVOD.COM
* “Template Shell:” /bin/bash
* Select “Join Domain”
* Select “OK”
It tried displaying the following error:
Code:
[root@localhost ~]# authconfig-tui
[/usr/bin/net join -w envod.com -S envod-ad.envod.com -U Administrator]
Password:<...>
It threw me back to the authconfig screen.
I pressed Ctrl + C to show the error:
Code:
[2010/02/11 14:29:53, 0] rpc_client/cli_pipe.c:get_schannel_session_key_common(2445)
get_schannel_session_key: could not fetch trust account password for domain 'ENVOD'
[2010/02/11 14:29:53, 0] utils/net_rpc_join.c:net_rpc_join_ok(81)
net_rpc_join_ok: failed to get schannel session key from server envod-ad.envod.com for domain ENVOD. Error was NT_STATUS_CANT_ACCESS_DOMAIN_INFO
Unable to join domain ENVOD.
Shutting down Winbind services: [FAILED]
Starting Winbind services: [ OK ]
Stopping nscd: [FAILED]
Starting nscd: [ OK ]
[root@localhost ~]# authconfig-tui
Any idea whats wrong with the machine?
Just followed the
http://kbase.redhat.com/faq/docs/DOC-3051 link..Installed kerberos package but things din't work out.