Displaying 5 results from an estimated 5 matches for "sambajoin".
2011 Jul 04
1
Domain join problem
...10.8.240.65
[samba_test]
comment = samba_test
path = /provar
valid users = @dev
read list = @dev
write list = @dev
create mask = 0766
Kerberos settings are valid and I can do a kinit and klist
When joining the domain:
$ net ads join -S JNBMPP03 -U sambajoin
Enter sambajoin's password:
Failed to join domain: failed to set machine spn: Constraint violation
Now if I change the hostname to V240rd1:
$ net ads join -S JNBMPP03 -U sambajoin
Enter sambajoin's password:
Using short domain name -- CORP
Joined 'V240RD1' to realm 'corp.go2ut...
2006 Feb 08
1
New trick for old dogs
...fe interesting the terms in the error messages are not in terms our Windows admins understand and no one here is familiar with Kerberos. First is there a table match Kerberos terms with M$ Windows terms? Next what does this error mean?
# /usr/local/samba/bin/net ads join GEDAS-US -S gdusrhd0002 -U sambajoin
sambajoin's password:
[2006/02/08 10:07:30, 0] libads/kerberos.c:ads_kinit_password(164)
kerberos_kinit_password sambajoin@US.GEDAS-GRP failed: Preauthentication failed
[2006/02/08 10:07:30, 0] utils/net_ads.c:ads_startup(191)
ads_connect: Preauthentication failed
#
_____________________...
2020 Feb 08
1
Samba 4.11.6 cannot JOIN - 'Could not find machine account'
...quot;Clean up *.tdb and *.ldb files (samba DBs)..."
DIRS=$(smbd -b | egrep "LOCKDIR|STATEDIR|CACHEDIR|PRIVATE_DIR" | cut -d: -f2)
for dir in $DIRS; do
echo " Clearing $dir ..."
find $dir \( -name "*.tdb" -or -name "*.ldb" \) -delete || true
done
rm -f Sambajoin.log
samba-tool domain join OFFICE.EXAMPLE.COM DC --server=SERVI.OFFICE.EXAMPLE.COM -U"OFFICE\\administrator" --password=TheActualPassword --dns-backend=BIND9_DLZ -d3 >Sambajoin.log 2>&1
samba-tool user setexpiry administrator --noexpiry
samba-tool domain exportkeytab /etc/krb5.k...
2020 Feb 08
0
Samba 4.11.6 cannot JOIN - 'Could not find machine account'
...(samba DBs)..."
> DIRS=$(smbd -b | egrep "LOCKDIR|STATEDIR|CACHEDIR|PRIVATE_DIR" | cut -d: -f2)
> for dir in $DIRS; do
> echo " Clearing $dir ..."
> find $dir \( -name "*.tdb" -or -name "*.ldb" \) -delete || true
> done
>
> rm -f Sambajoin.log
> samba-tool domain join OFFICE.EXAMPLE.COM DC --server=SERVI.OFFICE.EXAMPLE.COM -U"OFFICE\\administrator" --password=TheActualPassword --dns-backend=BIND9_DLZ -d3 >Sambajoin.log 2>&1
> samba-tool user setexpiry administrator --noexpiry
> samba-tool domain exportkey...
2009 Nov 18
0
Issue with Linux & Windows clients domain join - Error: NT_STATUS_CANT_ACCESS_DOMAIN_INFO
An embedded and charset-unspecified text was scrubbed...
Name: sambajoin.txt
URL: <http://lists.samba.org/pipermail/samba/attachments/20091118/e5dd2e7e/attachment.txt>