search for: idmap_ni

Displaying 5 results from an estimated 5 matches for "idmap_ni".

Did you mean: idmap_nis
2018 Mar 03
4
samba 2.4.6 to 2.4.7 update on Fedora update 26 to 27, can't connect to shares
...lly from the SID. But that would be wrong would it not? The uid/gid numbers are already defined on the unix system. So idmap_rid would not use the correct uid/gid numbers. Or am I missing something? I'm thinking perhaps I should implement an idmap_script backend that does something similar to idmap_nis.sh https://searchcode.com/codesearch/view/29414590/ But, instead of using ypmatch (as in idmap_nis.sh) I would use "getent passwd" calls instead to map between uid/gid and the SID number from wbinfo. Thanks for listening and helping :-) -- Norman Gaywood, Computer Systems Officer Sc...
2018 Mar 03
0
samba 2.4.6 to 2.4.7 update on Fedora update 26 to 27, can't connect to shares
...4.7. So, your Fedora 26 setup has worked properly? If this is true, why are you searching for new solutions. You should fix your upgrade procedure. > Or am I missing something? > > I'm thinking perhaps I should implement an idmap_script backend that > does something similar to idmap_nis.sh > > https://searchcode.com/codesearch/view/29414590/ > > But, instead of using ypmatch (as in idmap_nis.sh) I would use "getent > passwd" calls instead to map between uid/gid and the SID number from > wbinfo. > > Thanks for listening and helping :-) -- G...
2018 Mar 03
0
samba 2.4.6 to 2.4.7 update on Fedora update 26 to 27, can't connect to shares
...already defined on the unix > system. So idmap_rid would not use the correct uid/gid numbers. > > Or am I missing something? No, that is how the 'rid' backend works. > > I'm thinking perhaps I should implement an idmap_script backend that > does something similar to idmap_nis.sh > > https://searchcode.com/codesearch/view/29414590/ > > But, instead of using ypmatch (as in idmap_nis.sh) I would use "getent > passwd" calls instead to map between uid/gid and the SID number from > wbinfo. Well, you could, but I feel you are missing the whole p...
2013 Feb 13
1
tdb2 idmap script issue
...in the response, and, lo and behold, it magically started working fine! Note that the SIDTOID calls still use "echo GID:$GID", and not printf, and work fine. So - a quick patch to the example "idmap-nis.sh" script might act as a quick workaround: --- examples/scripts/idmap/idmap_nis.sh.orig 2013-02-13 16:27:07.253852132 +0000 +++ examples/scripts/idmap/idmap_nis.sh 2013-02-13 16:27:18.633913917 +0000 @@ -108,7 +108,7 @@ echo "ERR: name $name not found in ADS" exit 1 } - echo "SID:$sid" + printf "SID:$sid" ;; *) echo...
2018 Mar 02
2
samba 2.4.6 to 2.4.7 update on Fedora update 26 to 27, can't connect to shares
On 1 March 2018 at 18:49, Rowland Penny <rpenny at samba.org> wrote: > > > idmap range not specified for domain '*' > > ERROR: Invalid idmap range for domain *! > > > > You haven't set the 'idmap config' lines correctly, which may mean you > are using sssd instead. If this is the case, then you are asking in the > wrong place, you need to