> -----Original Message----- > From: fedora-list-bounces@xxxxxxxxxx > [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Tim Holmes > Sent: Wednesday, July 20, 2005 11:41 AM > To: For users of Fedora Core releases > Subject: RE: Samba - Active Directory 2003 problems > > > > Subject: Samba - Active Directory 2003 problems > > > > > > Good Morning Everyone: > > > > > > I am hitting a bit of a problem with samba here: > > > > > > I have set up my Fedora Core 3 server with samba as per: > > > > > > http://lists.samba.org/archive/samba/2005-June/106701.html > > > > > > Modifying the config files to fit my situation > > > > > > Smb.conf > > > > > > [global] > > > workgroup = MCASCHOOL > > > realm = MCASCHOOL.NET > > > security = ADS > > > password server = srvdc01.mcaschool.net > > > log file = /usr/local/samba/var/%m.log > > > preferred master = No > > > local master = No > > > domain master = No > > > wins server = 192.168.0.2 > > > idmap uid = 10000-40000 > > > idmap gid = 10000-40000 > > > # winbind use default domain = Yes > > > winbind enum users = Yes > > > winbind enum groups = Yes > > > winbind nested groups = Yes > > > socket options = TCP_NODELAY > > > socket options = SO_RCVBUF=8192 > > > > > > [webroot] > > > comment = Websites Home Directory > > > writeable = yes > > > path = /var/www/html > > > > > > [ftp] > > > comment = FTP Home Directory > > > path = /var/ftp/pub/ > > > read only = No > > > > > > > > > When in Execute the > > > > > > net ads join -U administrator > > > > > > Command and supply the password, I get the following error > > > > > > [2005/07/20 10:57:26, 0] libads/ldap.c:ads_join_realm(1640) > > > ads_add_machine_acct (srvweb-01): Type or value exists > > > ads_join_realm: Type or value exists > > > > > > Doing a google search on this error suggested that I try the > > > following command > > > > > > [root@srvweb-01 ~]# smbclient -k //srvdc01/C$ > krb5_cc_get_principal > > > failed (No credentials cache found) > spnego_gen_negTokenTarg failed: > > > No credentials cache found session setup failed: NT_STATUS_OK > > > > > > it sounds to me like Kerbros is possibly not running or not > > > configured correctly on my windows 2003 domain > controller, but I'm > > > not sure. Can someone please help me figure out these > messages so > > > that I can make this thing work > > > > > > TIM > > > > > > > > > Timothy A. Holmes > > > > > > IT Manager / Webmaster / Science Teacher > > > > > > Medina Christian Academy > > > A Higher Standard... > > > > > > Jeremiah 33:3 > > > Jeremiah 29:11 > > > Esther 4:14 > > > > > > > > > > > > -- > > > fedora-list mailing list > > > fedora-list@xxxxxxxxxx > > > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > > > > > > > > > > Does the already exist in AD? Also try this: > > > > kinit Administrator@xxxxxxxxxxxxx > > > > kinit will test whether your administrator account and password is > > actually authenticating. > > > > > > -Mike > [Tim Holmes] > > Mike: > > Here is what I got: > > [root@srvweb-01 samba]# kinit Administrator@xxxxxxxxxxxxx > Password for Administrator@xxxxxxxxxxxxx: > [root@srvweb-01 samba]# > > So I don't know if it passed or failed: In the absence of an > explicit error response, I am guessing that it worked, but I > don't know > > TIM > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > > Yeah, kinit is supposed to return nothing when it successfully authenticates, I guess you could always type a wrong password in and see if it errors. Did you verify that the computer name does not already exsist in your AD tree? -Mike