nsswitch.conf does not exist on AIX! It works after changing
/etc/security/user and copying WINBIND etc...

I changed the idmap uid range in my smb.conf and if I now remove the
winbindd_cache.tdb and winbindd_idmap.tdb (+ restart winbind & samba)
it says "sid2uid returned an error" in the winbind logfile... "wbinfo
-i username" does also not work anymore... any idea?

thanks a lot!

On 5/14/07, Gianluca Culot <[EMAIL PROTECTED]> wrote:

> -----Messaggio originale-----
> Da: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> conto di Urs Golla
> Inviato: domenica 13 maggio 2007 10.35
> A: samba@lists.samba.org
> Oggetto: [Samba] Fwd: SAMBA on AIX --> nsswitch.conf?
>
>
> it works if i create the user xy on AIX.
> any ideas?
>
> ---------- Forwarded message ----------
> From: Urs Golla <[EMAIL PROTECTED]>
> Date: May 13, 2007 9:26 AM
> Subject: SAMBA on AIX --> nsswitch.conf?
> To: samba@lists.samba.org
>
>
> Hi
>
> I am still trying to run SAMBA on AIX with "security = ads" and I have
> a few questions:
>
> - on AIX is no such file as /etc/nsswitch.conf --> Do I have to add
> the configuration somewhere else?
>
> - I allways get this "User xy is invalid on this system" if try to map
> a share from Windows. What does this mean? Is the user invalid on the
> Domain? on AIX? on SAMBA? Is the User known by SAMBA but has no access
> rights on this share?
>
> - Has "security = ads" on AIX ever been tested?
>
> Any help would be appreciated!!!
>
> cheers
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/listinfo/samba
>

Don't think it depends on system...
I think you are missing parts in Samab configuration

if nsswitch doesn't exist... create it

here is mine.
passwd: files winbind
shadow: files winbind
group: files winbind

#hosts: db files nisplus nis dns
#hosts: files dns wins
hosts: files dns

# Example - obey only what nisplus tells us...
#services: nisplus [NOTFOUND=return] files
#networks: nisplus [NOTFOUND=return] files
#protocols: nisplus [NOTFOUND=return] files
#rpc: nisplus [NOTFOUND=return] files
#ethers: nisplus [NOTFOUND=return] files
#netmasks: nisplus [NOTFOUND=return] files

bootparams: nisplus [NOTFOUND=return] files

ethers: db files
netmasks: files
networks: files dns
protocols: db files
rpc: files
services: files

netgroup: files

publickey: nisplus

automount: files
aliases: files nisplus



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to