search for: setfqdn

Displaying 20 results from an estimated 20 matches for "setfqdn".

2015 Apr 22
7
Cannot authenticate the administrator account
Are you sure you have the "correct" administrator password .. ? this should work ,? echo ${SAMBA_NT_ADMIN_PASS}| smbclient //localhost/netlogon -U Administrator -c 'ls' that does not involve kerberos yet.. ? Please run: ? SETHOSTNAME=`hostname -s` SETDNSDOMAIN=`hostname -d` SETFQDN=`hostname -f` host -t SRV _ldap._tcp.${SETDNSDOMAIN}. host -t SRV _kerberos._udp.${SETDNSDOMAIN}. ?? host -t A ${SETHOSTNAME}.${SETDNSDOMAIN}.? and cat /etc/hosts ? and these are your DC's ips? ? nameserver 75.75.76.76 nameserver 75.75.75.75 ? Greetz, ? Louis ? ? Van: Mike [mailto:11...
2015 Apr 22
0
Cannot authenticate the administrator account
...uot; administrator password .. > > this should work , echo ${SAMBA_NT_ADMIN_PASS}| smbclient //localhost/netlogon -U Administrator -c 'ls' > that does not involve kerberos yet.. > > Please run: > > SETHOSTNAME=`hostname -s` > SETDNSDOMAIN=`hostname -d` > SETFQDN=`hostname -f` > > host -t SRV _ldap._tcp.${SETDNSDOMAIN}. > > host -t SRV _kerberos._udp.${SETDNSDOMAIN}. > > host -t A ${SETHOSTNAME}.${SETDNSDOMAIN}. > > and > cat /etc/hosts > > and these are your DC's ips? > > nameserver 75.75.76.76 > name...
2015 Apr 22
0
Cannot authenticate the administrator account
...>> this should work , echo ${SAMBA_NT_ADMIN_PASS}| smbclient >//localhost/netlogon -U Administrator -c 'ls' >> that does not involve kerberos yet.. >> >> Please run: >> >> SETHOSTNAME=`hostname -s` >> SETDNSDOMAIN=`hostname -d` >> SETFQDN=`hostname -f` >> >> host -t SRV _ldap._tcp.${SETDNSDOMAIN}. >> >> host -t SRV _kerberos._udp.${SETDNSDOMAIN}. >> >> host -t A ${SETHOSTNAME}.${SETDNSDOMAIN}. >> >> and >> cat /etc/hosts >> >> and these are your DC's ips? &...
2015 Apr 22
1
Cannot authenticate the administrator account
...or password .. >> this should work , echo ${SAMBA_NT_ADMIN_PASS}| smbclient >> //localhost/netlogon -U Administrator -c 'ls' >> that does not involve kerberos yet.. >> Please run: >> SETHOSTNAME=`hostname -s` >> SETDNSDOMAIN=`hostname -d` >> SETFQDN=`hostname -f` >> >> host -t SRV _ldap._tcp.${SETDNSDOMAIN}. >> >> host -t SRV _kerberos._udp.${SETDNSDOMAIN}. >> host -t A ${SETHOSTNAME}.${SETDNSDOMAIN}. >> >> and >> cat /etc/hosts >> and these are your DC's ips? >> nameserver...
2015 Apr 22
4
Cannot authenticate the administrator account
AD DC default shares are okay after provisioning - smbclient -L localhost -U%: Domain=[CONPAGO] OS=[Unix] Server=[Samba 4.1.17-SerNet-RedHat-11.el7] Sharename Type Comment --------- ---- ------- netlogon Disk sysvol Disk IPC$ IPC IPC Service (Samba 4.1.17-SerNet-RedHat-11.el7) Domain=[CONPAGO]
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
hai, The servers have "A and PTR" records? You have for both server these UPNs. nfs/${SETFQDN} ${SETHOSTNAME_CAPS}$ nfs/${SETFQDN}@${SAMBA_KERBEROS_REALM} ${SETHOSTNAME_CAPS}$ on the samba side the nfs spn is in you keytab file? and if your brave, read, * dont run it, since i did not test this with windows servers. https://secure.bazuin.nl/scripts/these_are_experimental_scripts/ check...
2015 Mar 20
0
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
can you try this also copy past it, but set the admin pass fist. then whats the output. SAMBA_NT_ADMIN_PASS="PUT_YOUR-ADMINISTRATOR_PASSWORD_HERE" SETFQDN=`hostname -f` echo "NT Authentication test" echo ${SAMBA_NT_ADMIN_PASS}| smbclient //localhost/netlogon -U Administrator -c 'ls' echo "Kerberos Authentication" echo ${SAMBA_NT_ADMIN_PASS} | kinit Administrator smbclient //${SETFQDN}/netlogon -U Administrator -c 'ls...
2015 Mar 20
4
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
Hi Marc, Am 19.03.2015 um 22:53 schrieb Marc Muehlfeld: > Am 19.03.2015 um 14:35 schrieb Nissl Reinhard: >> When I try to access share \\platon\root<file:///\\platon\root> as fee\administrator I get the following: >> >> platon:~ # smbclient -c dir -W fee -U administrator%secret //platon/root >> Domain=[FEE] OS=[Unix] Server=[Samba
2015 Apr 22
0
Cannot authenticate the administrator account
can you try the following.. and post the result back. and /etc/resolv.conf and /etc/krb5.conf copy past it, but set the admin pass fist. then whats the output. SAMBA_NT_ADMIN_PASS="PUT_YOUR-ADMINISTRATOR_PASSWORD_HERE" SETFQDN=`hostname -f` echo "NT Authentication test" echo ${SAMBA_NT_ADMIN_PASS}| smbclient //localhost/netlogon -U Administrator -c 'ls' echo "Kerberos Authentication" echo ${SAMBA_NT_ADMIN_PASS} | kinit Administrator smbclient //${SETFQDN}/netlogon -U Administrator -c 'ls...
2015 Mar 17
1
migrate from win2012srv to samba 4.1.17-Sernet-Debian-9.wheezy
I just go down in the script and found an acl called "thisserverip" with value SETIPPDC1. And this variable is used for this line : listen-on port 53 {"thisserverip", 127.0.0.1; ]; Is it not strange that the pdc1 windows server Ip is coming here? Thanks. Sam Le 17/03/2015 15:14, Rowland Penny a ?crit : > On 17/03/15 14:00, Sam wrote: >> Hello, >> >>
2020 Sep 29
3
No Samba NT DOMAIN Name found exitting now...
...need to change this > SETHOSTNAME="$(hostname -s)" > ## domainname.tld, but if you installed correct, you dont need to change > this > SETDNSDOMAIN="$(hostname -d)" > ## hostname.domainname.tld, but if you installed correct, you dont need to > change this > SETFQDN="$(hostname -f)" > > > SETTPUT="$(which tput)" > if [ -z "${SETTPUT}" ]; then > echo "program tput not found, installing it now.. please wait" > apt-get update > /dev/null > apt-get install -y --no-install-recommends ncurse...
2015 Sep 01
5
Samba 4 and MS Windows NFS Server (2012R2) - Update
Hi again, I just started to debug things on the samba4 side: When trying to mount the Windows NFS share, I get the following error on the samba4 dc (just grepping for nfs in the logs): auth_check_password_send: Checking password for unmapped user [S5DOM.TEST]\[nfs/nfsclient.mydom.test]@[] map_user_info_cracknames: Mapping user [MYDOM.TEST]\[nfs/nfsclient.mydom.test] from workstation []
2020 Sep 29
0
No Samba NT DOMAIN Name found exitting now...
...; SETHOSTNAME="$(hostname -s)" >> ## domainname.tld, but if you installed correct, you dont need to change >> this >> SETDNSDOMAIN="$(hostname -d)" >> ## hostname.domainname.tld, but if you installed correct, you dont need >> to change this >> SETFQDN="$(hostname -f)" >> >> >> SETTPUT="$(which tput)" >> if [ -z "${SETTPUT}" ]; then >> echo "program tput not found, installing it now.. please wait" >> apt-get update > /dev/null >> apt-get install -y --...
2015 Mar 20
2
Fwd: Dynamic DNS Updates not working. samba_dnsupdate : (sambalist: message 3 of 20) RuntimeError: (sambalist: to exclusive) kinit for [DC@Realm] failed (Cannot contact any KDC for requested realm)
...ine? When join the domain using net ads join on server13 it does still give me "DNS update failed!". Greetings, Timo On 20 March 2015 at 11:01, L.P.H. van Belle <belle at bazuin.nl> wrote: > can you run these commands and tell us the output. > ( copy past it. ) > > SETFQDN=`hostname -f` > SETDNSDOMAIN=`hostname -d` > SETHOSTNAME=`hostname -s` > SETSERVERIP=`hostname -i` > echo "==========Test DNS Records ===============================" > echo "Testing : dns entries" > if [ -z "`host -t SRV _ldap._tcp.${SETDNSDOMAIN}. | gre...
2015 Mar 20
0
Fwd: Dynamic DNS Updates not working. samba_dnsupdate : (sambalist: message 3 of 20) RuntimeError: (sambalist: to exclusive) kinit for [DC@Realm] failed (Cannot contact any KDC for requested realm)
can you run these commands and tell us the output. ( copy past it. ) SETFQDN=`hostname -f` SETDNSDOMAIN=`hostname -d` SETHOSTNAME=`hostname -s` SETSERVERIP=`hostname -i` echo "==========Test DNS Records ===============================" echo "Testing : dns entries" if [ -z "`host -t SRV _ldap._tcp.${SETDNSDOMAIN}. | grep 'not found'`" ]...
2015 Mar 20
1
Fwd: Dynamic DNS Updates not working. samba_dnsupdate : (sambalist: message 3 of 20) RuntimeError: (sambalist: to exclusive) kinit for [DC@Realm] failed (Cannot contact any KDC for requested realm)
...quot;. >> >> Greetings, >> Timo >> >> >> >> >> On 20 March 2015 at 11:01, L.P.H. van Belle <belle at bazuin.nl> wrote: >> >> can you run these commands and tell us the output. >>> ( copy past it. ) >>> >>> SETFQDN=`hostname -f` >>> SETDNSDOMAIN=`hostname -d` >>> SETHOSTNAME=`hostname -s` >>> SETSERVERIP=`hostname -i` >>> echo "==========Test DNS Records ===============================" >>> echo "Testing : dns entries" >>> if [ -z &quo...
2015 Mar 20
0
Fwd: Dynamic DNS Updates not working. samba_dnsupdate : (sambalist: message 3 of 20) RuntimeError: (sambalist: to exclusive) kinit for [DC@Realm] failed (Cannot contact any KDC for requested realm)
...3 it does still give me "DNS update failed!". > > Greetings, > Timo > > > > > On 20 March 2015 at 11:01, L.P.H. van Belle <belle at bazuin.nl> wrote: > >> can you run these commands and tell us the output. >> ( copy past it. ) >> >> SETFQDN=`hostname -f` >> SETDNSDOMAIN=`hostname -d` >> SETHOSTNAME=`hostname -s` >> SETSERVERIP=`hostname -i` >> echo "==========Test DNS Records ===============================" >> echo "Testing : dns entries" >> if [ -z "`host -t SRV _ldap._tc...
2015 Mar 20
3
Fwd: Dynamic DNS Updates not working. samba_dnsupdate : (sambalist: message 3 of 20) RuntimeError: (sambalist: to exclusive) kinit for [DC@Realm] failed (Cannot contact any KDC for requested realm)
Thank you Louis for that answer! Actually I did get kinit and samba_dnsupdate working, though I am unsure how. I tried some changes to krb5.conf in the [realms] and [domain_realm] sections, als well as setting dns_lookup_realm = false to true, but reverted it all back to the initial file: [libdefaults] default_realm = INTRANET.MAYWEG.NET dns_lookup_realm = false dns_lookup_kdc = true After a
2015 Mar 20
1
Debian Jessie AD DC w. BIND9 : DNS update fails for debian squeezy member server
...gt; >> On 20 March 2015 at 11:01, L.P.H. van Belle <belle at bazuin.nl >> <mailto:belle at bazuin.nl>> wrote: >> >> can you run these commands and tell us the output. >> ( copy past it. ) >> >> SETFQDN=`hostname -f` >> SETDNSDOMAIN=`hostname -d` >> SETHOSTNAME=`hostname -s` >> SETSERVERIP=`hostname -i` >> echo "==========Test DNS Records >> ===============================" >> echo...
2015 Mar 20
2
Debian Jessie AD DC w. BIND9 : DNS update fails for debian squeezy member server
...elle at bazuin.nl> >> <mailto:belle at bazuin.nl <mailto:belle at bazuin.nl>>> wrote: >> >> can you run these commands and tell us the output. >> ( copy past it. ) >> >> SETFQDN=`hostname -f` >> SETDNSDOMAIN=`hostname -d` >> SETHOSTNAME=`hostname -s` >> SETSERVERIP=`hostname -i` >> echo "==========Test DNS Records >> =======================...