search for: idmapwb

Displaying 12 results from an estimated 12 matches for "idmapwb".

2019 Jun 20
2
Samba winbind on redhat 7
My idea is to replace default "cifs_idmap_sss.so" plugin by "idmapwb.so" winbind plugin, in order to SSSD becomes a client of winbind. To avoid to change nsswitch.conf : passwd:???? files sss shadow:???? files sss group:????? files sss into passwd:???? files winbind shadow:???? files winbind group:????? files winbind because I need an other access in sftp,...
2016 Feb 22
0
ANNOUNCE: cifs-utils release 6.5 ready for download
...Signed-off-by: Karel Zak <kzak at redhat.com> Signed-off-by: Jeff Layton <jlayton at samba.org> commit 7b2b35586d10c04f501222701c3382455a07ff9e Author: Sachin Prabhu <sprabhu at redhat.com> Date: Fri Jan 8 17:54:39 2016 +0530 autoconf: Use $(DEFS) when building idmapwb.so and pam_cifscreds.so We should pass the macros defined in $(DEFS) when building idmapwb.so and pam_cifscreds.so. The autoconf process sets the macro HAVE_CONFIG_H using the $(DEFS) variable. This macro has to be defined to allow the source files to include config.h...
2020 Sep 25
2
cifsacl not working
On 25/09/2020 10:14, Aur?lien Aptel via samba wrote: > Ken Bass via samba <samba at lists.samba.org> writes: >> Can you please expand on this, I am confused as to what you are >> suggesting.? If 'getent pass' works properly and shows no >> overlap/confusion, this seems to be related to cifsacl. > It's still hard to say at this point. > > cifs.idmap
2013 Mar 25
0
ANNOUNCE: cifs-utils release 6.0 ready for download
...redhat.com> Signed-off-by: Jeff Layton <jlayton at samba.org> commit d1d96fafe50b04395ff3ee4590777452e6612e02 Author: Jeff Layton <jlayton at samba.org> Date: Fri Feb 1 12:41:57 2013 -0500 cifs-utils: add autoconf test to make sure that libwbclient is usable The idmapwb plugin requires a usable wbcSidsToUnixIds() function. Check to ensure that the wbclient library provides that symbol, and handle it appropriately if it doesn't. If someone were so inclined they probably could fix idmapwb to fall back to the older mapping functions if that s...
2020 Sep 24
4
cifsacl not working
...nted share mount -t cifs //192.168.1.1/test /mnt/test -odomain=TESTDOM,sec=ntlmssp,cifsacl,credentials=xzy shows all files owned by root/root rather than the domain users. 2) If I run getcifsacl /mnt/test it shows the proper named windows ACL as expected 3) /usr/lib/x86_64-linux-gnu/cifs-utils/idmapwb.so is setup as the /etc/cifs-utils/idmap-plugin I've been messing with this for a long time and cannot figure out why this does not work. On Centos 7 (smbd 4.10.4) this worked fine using sssd. It is as if the 'ls -al /mnt/test' is not doing the mapping or using the plugin. I've...
2019 Jun 20
2
Samba winbind on redhat 7
This way is so easier... Thank you Rowland Le 20/06/2019 ? 14:01, Rowland penny via samba a ?crit?: > On 20/06/2019 17:54, Edouard Guign? via samba wrote: >> My idea is to replace default "cifs_idmap_sss.so" plugin by >> "idmapwb.so" winbind plugin, in order to SSSD becomes a client of >> winbind. >> To avoid to change nsswitch.conf : >> passwd:???? files sss >> shadow:???? files sss >> group:????? files sss >> >> into >> >> passwd:???? files winbind >> shado...
2019 Jun 20
0
Samba winbind on redhat 7
On 20/06/2019 17:54, Edouard Guign? via samba wrote: > My idea is to replace default "cifs_idmap_sss.so" plugin by > "idmapwb.so" winbind plugin, in order to SSSD becomes a client of > winbind. > To avoid to change nsswitch.conf : > passwd:???? files sss > shadow:???? files sss > group:????? files sss > > into > > passwd:???? files winbind > shadow:???? files winbind > group:????? fi...
2020 Sep 25
0
cifsacl not working
...;s > as Winbind, or does it calculate its own ? * cifsacl is the mount option. * When passed, it makes cifs.ko call the userspace program cifs.idmap everytime it has to map a SID. * cifs.idmap has a winbind or sssd backend (dynamicly loaded librairies aka plugins). * The winbind backend is idmapwb.so and is linked against libwbclient and uses the same calls as wbinfo to do the mapping. Thus it returns the same IDs. I picked this SID as an example of a SID that doesn't map, I don't know what sort of SID Ken is seeing. If Ken is seeing a mapping error in the logs and also with wb...
2019 Jun 20
2
Samba winbind on redhat 7
Hello, I am reading RHEL 7 docs concerning samba integration, and I found https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/windows_integration_guide/index#winbind "4.2.4. Switching Between SSSD and Winbind for SMB Share Access This procedure describes how you can switch between SSSD and Winbind plug-ins that are used for accessing SMB shares from SSSD
2019 Jun 21
0
Samba winbind on redhat 7
...a ?crit?: > This way is so easier... > > Thank you Rowland > > Le 20/06/2019 ? 14:01, Rowland penny via samba a ?crit?: >> On 20/06/2019 17:54, Edouard Guign? via samba wrote: >>> My idea is to replace default "cifs_idmap_sss.so" plugin by >>> "idmapwb.so" winbind plugin, in order to SSSD becomes a client of >>> winbind. >>> To avoid to change nsswitch.conf : >>> passwd:???? files sss >>> shadow:???? files sss >>> group:????? files sss >>> >>> into >>> >>> pass...
2019 Apr 05
0
cifs-utils release 6.9 ready for download
...+- checkopts | 253 +++++++++++++++++++ cifs.idmap.rst.in | 71 ++---- cifs.upcall.c | 83 +++++-- cifs.upcall.rst.in | 203 ++++++---------- cifscreds.rst | 92 +++---- configure.ac | 14 +- getcifsacl.c | 35 ++- getcifsacl.rst.in | 40 +-- idmapwb.rst.in | 19 +- mount.cifs.c | 80 +++++- mount.cifs.rst | 259 +++++++++++++------- pam_cifscreds.rst | 61 ++--- setcifsacl.c | 29 ++- setcifsacl.rst.in | 143 +++-------- smbinfo.c | 1134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++...
2013 Jan 07
0
ANNOUNCE: cifs-utils release 5.9 ready for download
...arious things that cifs.idmap needs and have it call them. Signed-off-by: Jeff Layton <jlayton at samba.org> commit bb27a52810198b61f37e0efd05047b8a5ea981a7 Author: Jeff Layton <jlayton at samba.org> Date: Mon Dec 17 11:45:41 2012 -0500 cifs-utils: add a manpage for idmapwb ...and clean up references to winbind in various tool manpages. Signed-off-by: Jeff Layton <jlayton at samba.org> commit 70f744ab7aa2bb1c30d2615446a6eb83f32a665b Author: Jeff Layton <jlayton at samba.org> Date: Wed Jan 2 06:27:35 2013 -0500 cifs-utils: fix cifs...