Displaying 3 results from an estimated 3 matches for "nanoelecfs".
2010 Jan 28
1
Trouble getting past net join ads...
...ng-samba/
I am able to get kerberos to issue a ticket, but where I am running
into a wall is with the net join ads part... It appears to work in that
setting the correct dn and using the username given to me by Jim for
binding to the windows server passes back a message that looks OK:
> nanoelecfs:/home/joel# net ads dn 'DC=fs,DC=uml,DC=edu' join -U XXXXX
> Enter XXXXX's password:
> Got 1 replies
But if I try to test this by issuing the net ads testjoin command, I am
always asked this (highlighted in red):
> nanoelecfs:/home/joel# net ads testjoin
> Enter NANOELECF...
2010 Feb 10
2
Server not found in kerberos database (with net ads join)
Hi All,
After running into a few issues in trying to join my debian
(squeeze) box to
a windows 2008 server, I am running into this (hopefully last) problem...
When I try to do te net join command, I get the following
> nanoelecfs:/home/joel# net join ads -S XX.XX.XX.XX dn
> 'DC=FS,DC=UML,DC=EDU' -U USERNAME
> Enter EEng_LDAP's password:
> [2010/02/10 15:20:10, 0] libads/sasl.c:819(ads_sasl_spnego_bind)
> kinit succeeded but ads_sasl_spnego_krb5_bind failed: Server not
> found in Kerberos data...
2009 Aug 19
1
How to get users from a second AD domain recognized by samba?
...dway getting this thing to work, but this last part
is just a brick wall that I can't get past.
This is on a Debian Lenny install using kernel 2.6.18-5amd64 and Samba 3.2.5
Thanks in advance for any help!
Joel Therrien
# smb.conf
# SAMBA CONFIG FILE
[global]
# netbios name
netbios name = nanoelecfs
# server string is the equivalent of the NT Description field
server string = Samba Server nanoelecfs
# realm = Kerberos realm
realm = FS.UML.EDU
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = UMLADCO
# Security mode.
security = ADS
# Password encryption
encrypt passwords = true
#...