Displaying 3 results from an estimated 3 matches for "admionistrator".
Did you mean:
administrator
2015 Jan 04
2
linux client join DC how?
I have seen mentioned in other posts that when joining a DC with your
linux client there is a way to do it and NOT use Powerbroker Open (new
name for Likewise-Open).
Where do I find this procedure?
--
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846 (main)
www.donelsontrophy.com [1]
"Everyone deserves an award!!"
Links:
------
[1]
2015 Jan 05
3
linux client join DC how?
...s options = raw
> usershare allow guests = yes
> domain master = no
> local master = no
> preferred master = no
> os level = 20
> map to guest = bad user
> username map = /etc/samba/smbmap
>
> create /etc/samba/smbmap
>
> !root = EXAMPLEAdministrator Administrator admionistrator
>
> edit /etc/krb5.conf
>
> [libdefaults]
> default_realm = EXAMPLE.COM
> dns_lookup_realm = false
> dns_lookup_kdc = true
> ticket_lifetime = 24h
> forwardable = yes
>
> make sure that /etc/resolv.conf points to the AD DC, and dns is setup correctly.
>
>...
2015 Jan 04
0
linux client join DC how?
...= raw
usershare allow guests = yes
domain master = no
local master = no
preferred master = no
os level = 20
map to guest = bad user
username map = /etc/samba/smbmap
create /etc/samba/smbmap
!root = EXAMPLE\Administrator Administrator admionistrator
edit /etc/krb5.conf
[libdefaults]
default_realm = EXAMPLE.COM
dns_lookup_realm = false
dns_lookup_kdc = true
ticket_lifetime = 24h
forwardable = yes
make sure that /etc/resolv.conf points to the AD DC, and dns is setup
correctly.
Then run this command:
net ads jo...