Displaying 4 results from an estimated 4 matches for "samba_nt_admin".
2015 Oct 23
0
joining second DC to domain and non creation of DC DNS records
...n/options/samba
[L.P.H. van Belle] 
This is an old bug, which is handled by my scripts for some time now ;-) 
If you take this code and run it after install its fixed. 
################################
#!/bin/bash 
SETDNSDOMAIN=`hostname -d`
SETHOSTNAME=`hostname -s`
BIND9_IP_ADDC=`hostname -i`
SAMBA_NT_ADMIN="Administrator"
SAMBA_NT_ADMIN_PASS="PUT_YOUR_ADMINISTRATOR_PASSWORD_HERE"
## the if the needed dns entries for kerberos are there.
if [ -z "`host -t SRV _ldap._tcp.${SETDNSDOMAIN}. | grep 'not found'`" ]; then
     echo "testing of : host -t SRV _ldap._...
2015 Oct 23
4
joining second DC to domain and non creation of DC DNS records
Hi Rowland,
I have similar problem with sernet  4.2.4 package: no dns entry created and logs are showing NOTAUTH for dnsupdate
Here is my work around:
New DC joins domain with:
--dns-backend=BIND9_DLZ and --server=partnerDC.contoso.com
Don't start samba or bind yet !!
After that I've to correct some permissions rights on these folders/files (bind can read):
- private
- dns
- dns/*
-
2017 Sep 12
4
Setting up Samba AD-DC on Debian Stretch made easy.
...9;s.
In your howto: stretch-base-2-samba-minimal-ad.txt, I found the following
issues:
Lines 17 to 37:  smbclient is needed when testing later, so install it here
along with the other packages?
Line 252 to 259: The path to /etc/bind or /etc is missing in these sed
lines.
Line 287:  the variable SAMBA_NT_ADMIN is undefined when you use it here.
Presumably it should be set to "Administrator"  prior to this command?
Keep up the good work!
Regards,
Roy
2017 Sep 12
0
Setting up Samba AD-DC on Debian Stretch made easy.
...txt, I found 
> the following
> issues:
> 
> Lines 17 to 37:  smbclient is needed when testing later, so 
> install it here along with the other packages?
> 
> Line 252 to 259: The path to /etc/bind or /etc is missing in 
> these sed lines.
> 
> Line 287:  the variable SAMBA_NT_ADMIN is undefined when you 
> use it here.
> Presumably it should be set to "Administrator"  prior to this command?
> 
> Keep up the good work!
> 
> Regards,
> 
> Roy
> 
> 
> 
> 
> --
> To unsubscribe from this list go to the following URL and read the...