search for: searchcode

Displaying 8 results from an estimated 8 matches for "searchcode".

2018 Mar 03
4
samba 2.4.6 to 2.4.7 update on Fedora update 26 to 27, can't connect to shares
...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 School of Science and Tech...
2020 Jul 21
2
Example of Jitsi Desktop provisioning file
Hi, Le ven. 10 juil. 2020 à 16:56, Sylvain Boily <sylvain at wazo.io> a écrit : > > It probably can help you: > > https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl > > Sylvain > > Yes, provided example was exactly what I was after ! Thank you very much ! -------------- next part -------------- An HTML attachment
2015 Sep 07
0
test 1 / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...uid-1.0.3.tar.gz the following lines can be added to uuidP.h from the above extracted libuuid-1.0.3.tar.gz, after #include <sys/types.h>, which allows it to compile on above described SFU Interix 3.5 setup +#ifdef __INTERIX +# include <stdint.h> +#endif + provided lines from: https://searchcode.com/codesearch/view/37251130/ -------------------------------------------- From: "Eric Lindblad" <GeirfuglApS at yahoo.com> Subject: question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad To: "Xapian Discussion" <xapian-discuss at lists.xapian.org> Date:...
2018 Mar 03
0
samba 2.4.6 to 2.4.7 update on Fedora update 26 to 27, can't connect to shares
...as 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 :-) -- Gruss Harry Jede
2018 Mar 03
0
samba 2.4.6 to 2.4.7 update on Fedora update 26 to 27, can't connect to shares
...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 point behind AD, it gives you just...
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
2015 Aug 28
0
errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...uid-1.0.3.tar.gz the following lines can be added to uuidP.h from the above extracted libuuid-1.0.3.tar.gz, after #include <sys/types.h>, which allows it to compile on above described SFU Interix 3.5 setup +#ifdef __INTERIX +# include <stdint.h> +#endif + provided lines from: https://searchcode.com/codesearch/view/37251130/ without endeavouring to provide any FLAGS, zlib-1.2.8 was compiled --static, as a shared zlib would not pass 'make test', but the configure script from xapian-core-1.2.21 did not seem to have issues with a static zlib ./configure --prefix=/usr \ --sysconfdir=...
2015 Sep 05
1
question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...uid-1.0.3.tar.gz the following lines can be added to uuidP.h from the above extracted libuuid-1.0.3.tar.gz, after #include <sys/types.h>, which allows it to compile on above described SFU Interix 3.5 setup +#ifdef __INTERIX +# include <stdint.h> +#endif + provided lines from: https://searchcode.com/codesearch/view/37251130/ without endeavouring to provide any FLAGS, zlib-1.2.8 was compiled --static, as a shared zlib would not pass 'make test', but the configure script from xapian-core-1.2.21 did not seem to have issues with a static zlib ./configure --prefix=/usr \ --sysconfdir=...