Solaris11 and samba4 dc


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris11 and samba4 dc
# 1  
Old 10-08-2013
Solaris11 and samba4 dc

Simple question.
I have a solaris11 test machine
When i try to join a samba4 domain
give me this error

"kinit succeeded but ads_sasl_spnego_krb5_bind failed: invalid credentials"

When i join a w2003r2 AD..works perfect

I check network ok,dig,reverse ok..

my conf file is
Code:
[global]
        workgroup = DOMAIN
    realm = DOMAIN.LOCAL
    server string = ""
    netbios name = SOLARIS
        security = ads
        wins server = 192.168.0.9
        client NTLMv2 auth = yes
        kerberos method = secrets and keytab
        hosts allow = 192.168.0.0/24 127.0.0.1
        debug level = 10
        log file = /var/log/samba/%m.log
        max log size = 50
        log level = 1000
        syslog = 0
        utmp = Yes
        template shell = /usr/bin/bash
        template homedir = /export/home/%U
        winbind separator = /
        winbind enum users = yes
        winbind enum groups = yes
        winbind use default domain = yes
        encrypt passwords = yes
        invalid users = root
        socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        local master = no
        domain master = no
        dns proxy = no
        preserve case = yes
        short preserve case = no
        default case = lower
        case sensitive = no
        dos charset = cp850
        unix charset = iso8859-1
      map to guest = never
       restrict anonymous = 2
    hide dot files = yes
    server signing = yes
#winbind
idmap config * : range = 10000-20000
idmap config * : backend = tdb
idmap config DOMAIN : default = yes
idmap config DOMAIN : range = 10000-20000
idmap config DOMAIN : backend = rid

Anyone had succes with solaris11 and samba4?
Thanks in advance
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Block port for all except for one specific ip in Solaris11.4

Hi, I need to block ssh port 22 from all the servers except one server ip. Until solaris11.3 and below, I used to do like below(under /etc/ipf/ipf.conf),and it's working fine pass in quick from $server_ip to any port=22 block in quick from any to any port=22 But I tried almost same in... (1 Reply)
Discussion started by: Sumanthsv
1 Replies

2. Solaris

Solaris11.4 - no X11

After some problems, I have installed Solaris 11.4. The warnings saidWARNING: /pci@0,0/..... (xhci1): Connecting device on port 5 failed WARNING: /pci@0,0/..... (xhci1): Connecting device on port 6 failed Preparing image for use Unable to mount media Requesting System Maintenance Mode (See... (4 Replies)
Discussion started by: kebabbert
4 Replies

3. HP-UX

Hpux and samba4 ad

I'm tryng to setup hpux samba,i use this smb.conf workgroup = DOMINIO realm = DOMINIO.COM server string = "" netbios name = HPUX2 security = ads hosts allow = 192.168.0.0/24 127.0.0.1 debug level = 10 ... (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

4. Solaris

Configuring network interfaces in Solaris11

Hi all, Just istalled Solaris 11. Want to configure network interfaces and got some problems: #dladm show-phys # #dladm show-link # If i run ifconfig -a, i am getting 2 lo0 (loopback) interfaces and thats all. I can't enable interface, can't list it, can't assign IP to it. Can... (2 Replies)
Discussion started by: nypreH
2 Replies

5. Solaris

Xmanager 4 not able to connect to Solaris11

I am trying to connect via Xmanager 4 to a T4-2 server running Solaris 11. I checked the /etc/gdm.custom.conf file. The error I get is The MAC (Message Authentication Code) of packet is incorrect When I start the Xmanager on soalris I get a message /dev/fb (file or directory) does not... (2 Replies)
Discussion started by: Maqsood Mohamme
2 Replies

6. Solaris

Solaris11: Permission issues with auto-scrub ZFS pool

Short version: pfexec zpool scrub rpool fails saying I do not have permission to perform that action. Apparently scrub is not one of the pfexec allowed actions. Any idea on how to get around it? Long version: I got tired of manually running scrubs and am trying to set it to happen... (4 Replies)
Discussion started by: taltamir
4 Replies

7. Solaris

[Unix Solaris11] RPM2PKG error about compilation.

Hi, I'm new on this forum. I'm working on Solaris 11 (Express Edition) and I must install some programm created only for RedHat system (I don't want to buy or download RedHat). So I search for this tools and I find a working script for Solaris 9 and 10, but I need that for Solaris 11. So I search... (1 Reply)
Discussion started by: Fraste_
1 Replies

8. Solaris

Error: installing Nmap on Solaris11 Express

Hello, I am trying to install Nmap on my Solaris machine. I got errors at the very last of "make" command though. Could someone point me out what I am lacking? Thank you! Nmap version: 5.50 (nmap-5.50.tar.bz2) Solaris version (cat /etc/release): Error message ( run "./configure &&... (0 Replies)
Discussion started by: fragile_it
0 Replies
Login or Register to Ask a Question