Sponsored Content
Special Forums UNIX and Linux Applications WINBIND module missing in AIX 7.1 Post 302917899 by laxtnog on Friday 19th of September 2014 06:50:29 AM
Old 09-19-2014
but I execute find / -name WINBIND and I can not find anything.
methods.cfg :
Code:
WINBIND:
        program = /usr/lib/security/WINBIND

LDAP:
        program = /usr/lib/security/LDAP
        program_64 = /usr/lib/security/LDAP64

NIS:
        program = /usr/lib/security/NIS
        program_64 = /usr/lib/security/NIS_64

DCE:
        program = /usr/lib/security/DCE

PAM:
        program = /usr/lib/security/PAM

kerberos and smb.conf are correct , I have another aix 5.3 machines working fine .
I can get a ticket with kerberos:
Code:
kinit user
asks for password and then I get sucess messages :
Done!
New ticket is stored in cache file //krb5cc_root

This is my smb.conf :
Code:
[global]
        workgroup = MYDOMAIN
        realm = MYDOMAIN.COM
        server string = Samba server
        security = ADS
        log file = /var/log/samba/log.%m
        dos filetime resolution = yes
        debug level = 2
        max log size = 1000
        winbinduid = 30000-40000
        winbindgid = 30000-40000
        winbind enum users = Yes
        winbind enum groups = Yes
        winbind separator = +
        winbind use default domain = Yes
        winbind nested groups = No
        read only = No
        lock directory = /var/locks/samba
        socket options = TCP_NODELAY
        allow trusted domains = no
        panic action = "/usr/bin/sleep 90000"
        nmbd bind explicit broadcast = no

[TMP]
  comment = TMP
  path = /tmp
  valid_users = "MYDOMAIN+myuser"

When I try to access TMP share with my user I get a login window and I can not access even setting user and password.
i get this message in the log file :
Code:
[2014/09/19 12:33:30.507018,  2] auth/auth.c:319(check_ntlm_password)
  check_ntlm_password:  Authentication for user [myuser] -> [myuser] FAILED with error NT_STATUS_NO_SUCH_USER


Moderator's Comments:
Mod Comment Please use code tags next time for your code and data. Thanks

Last edited by vbe; 09-19-2014 at 08:35 AM..
 

10 More Discussions You Might Find Interesting

1. Fedora

missing x11 module, how do i get it?

Hi I need to enable double buffering support for x11, this is supposed to be as simple as loading the "dbe" module but it doesn't exist on my system. The source for this module appears to be in the package libxext6, but that is already installed and only creates \usr\lib\libXext.so.6.4.0 Does... (4 Replies)
Discussion started by: Creamy Goodness
4 Replies

2. AIX

Missing efix on AIX 4.3.3

Hi forum, I have two servers. Both running same version 4.3.3 TL11. On one of them efix IX85104 is installed but missing on another server. I have tried to find it and download it but it's just too old. Is there any way that I could extract/copy this efix from server where it's present... (1 Reply)
Discussion started by: phobus
1 Replies

3. AIX

Help Please - Command to view missing filesets in aix

Please anyone tell me "What is the command to view missing filesets in aix" Thanks in advance ---------- Post updated at 09:34 PM ---------- Previous update was at 05:09 PM ---------- Please anyone tell me "What is the command to view missing filesets in aix" Thanks in advance (3 Replies)
Discussion started by: sweetysiva29
3 Replies

4. UNIX for Advanced & Expert Users

AIX Dependent Module could not be loaded

I am encountering the above error , even after setting the environment variables correctly AFAIK. I've found sources that say LIBPATH is the shared library variable , and others that say LIB_PATH, so I set both: ========================= root@lipossrp01ga: # echo $gtm_dist ... (6 Replies)
Discussion started by: Clovis_Sangrail
6 Replies

5. UNIX for Advanced & Expert Users

Cannot login using WINBIND in AIX 5.3

I configured AIX5.3 to use kerberos and winbind so user can login and authenticate via AD. I was able to join my AIX server to domain and can execute wbinfo -u/g. However when I login, It says unknown user. I already edit /etc/secuirty/user and then method.cfg. On the log.winbindd it says ... (0 Replies)
Discussion started by: lhareigh890
0 Replies

6. AIX

AIX 7.1 integrate AD with winbind

I have joined an AIX 7.1 into a 2012 AD domain sucesfully. I can get ouput from wbinfo -u but when I try to access a share I get the following error : check_ntlm_password: Authentication for user -> FAILED with error NT_STATUS_NO_SUCH_USER I have found that I'm missing... (0 Replies)
Discussion started by: laxtnog
0 Replies

7. AIX

Samba 3.6.22 on AIX 7.1 with Windows AD (Kerberos and winbind)

Hi all, I have installed samba 3.6.22 on AIX 7.1 and join a windows AD with success. All seem to work fine, I have configured smb.conf, methods.cfg, kerberos, user .... the following command work fine wbinfo -u, wbinfo -g, wbinfo -i, wbinfo -s, wbinfo -S, lsuser, id... The unique... (20 Replies)
Discussion started by: PhilippeA
20 Replies

8. AIX

Dmpdt_chrp [Missing Manual] [AIX 7.1]

NAME dmpdt_chrp SYNOPSIS /usr/lib/boot/bin/dmpdt_chrp /usr/lib/boot/bin/dmpdt_chrp /usr/lib/boot/bin/dmpdt_chrp /usr/lib/boot/bin/dmpdt_chrp DESCRIPTION Dumps OpenFirmware device tree -n dumps NVRAM variables -b dumps in some binary format -i dumps in... (0 Replies)
Discussion started by: agent.kgb
0 Replies

9. AIX

Realpath [Missing Manual][AIX 7.1]

NAME realpath SYNOPSIS /usr/lib/instl/realpath --help | path DESCRIPTION Translates 'Path' into its absolute, canonical form. EXAMPLES (0 Replies)
Discussion started by: agent.kgb
0 Replies

10. AIX

The Missing AIX Documentation Project

Welcome to AIX - All Intricacies eXplained List of AIX commands lacking documentation: mkinstallp (create installable packages) imfs (create FS entries in /etc/filesystems) getlvodm (get LVM information from LVCB and ODM) ldeletepv (delete phantom disks from ODM) lqueryvg (lists... (1 Reply)
Discussion started by: bakunin
1 Replies
All times are GMT -4. The time now is 04:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy