search for: sid_string

Displaying 13 results from an estimated 13 matches for "sid_string".

Did you mean: uid_string
2020 Sep 03
4
SID mapping: Samba and SSSD
On Thu, Sep 3, 2020 at 2:23 PM Rowland penny via samba < samba at lists.samba.org> wrote: > On 03/09/2020 19:19, Jeremy Allison wrote: > > On Thu, Sep 03, 2020 at 06:43:32PM +0100, Rowland penny via samba wrote: > >> On 03/09/2020 18:04, Johan Hattne via samba wrote: > >>> Dear all; > >>> > >>> Would anybody be able to tell me what the
2020 Sep 03
0
SID mapping: Samba and SSSD
On 9/3/20 2:55 PM, Andrew Walker via samba wrote: > On Thu, Sep 3, 2020 at 2:23 PM Rowland penny via samba < > samba at lists.samba.org> wrote: > >> On 03/09/2020 19:19, Jeremy Allison wrote: >>> On Thu, Sep 03, 2020 at 06:43:32PM +0100, Rowland penny via samba wrote: >>>> On 03/09/2020 18:04, Johan Hattne via samba wrote: >>>>> Dear all;
2005 Jan 10
0
Samba 3.x auth. and idmap_rid on RedHat AS 2.1
I try to use idmap_rid with Samba/Winbind authentication for Windows on Active Directory. The authentication works fine but I'm unable to compile the idmap_rid module. Here is my configuration options: ./configure --prefix=/usr --sysconfdir=/etc/samba \ --localstatedir=/var/samba --with-ldap --with-ads \ --with-smbmount --with-pam --with-pam_smbpass \ --with-winbind
2020 Sep 03
0
SID mapping: Samba and SSSD
Whoops, fumbled my response a bit. slice size by default is 200,000, and to clarify the SID passed into murmur3() is the domain SID, not SID of individual user. Though, manpage for sssd-ad should be consulted for precise details. My understanding though is as long as everything fits in one slice, then you can just use RID. If you have multiple slices, you're stuck with non-deterministic
2004 Dec 30
0
Samba 3.0.10 on Red Hat AS 2.1
Does Samba 3.0.x can be compiled on RH AS 2.1 (using glibc 2.2.4)? I can't complete the compilation! Here are the configuration options: ./configure --prefix=/usr --sysconfdir=/etc/samba \ --localstatedir=/var/samba --with-ldap --with-ads \ --with-smbmount --with-pam --with-pam_smbpass \ --with-winbind --with-configdir=/etc/samba \ --with-logbasedir=/var/log/samba \
2020 Sep 03
6
SID mapping: Samba and SSSD
On Thu, Sep 03, 2020 at 06:43:32PM +0100, Rowland penny via samba wrote: > On 03/09/2020 18:04, Johan Hattne via samba wrote: > > Dear all; > > > > Would anybody be able to tell me what the idmap configuration is to have > > Samba do the same SID-to-user/group mapping as the SSSD defaults?? I was > > convinced I saw it on this list or the wiki not too long ago,
2005 Aug 24
6
Wbinfo -Y couldn't work with idmap_rid for BUILTIN groups
...;for" loop continue to go to the end, and make the loop variable i equal to trust.number(=1). And the code after the loop 474 if (i == trust.number) { 475 DEBUG(0,("rid_idmap_get_id_from_sid: no suitable range available for sid: %s\n", 476 sid_string_static(sid))); 477 return NT_STATUS_INVALID_PARAMETER; 478 } leads to generate an error with "no suitable range available for sid:", even if both idmap uid range and idmap gid range are exactly equal to idmap_rid range in smb.conf. So I'm wondering idmap_rid c...
2023 Nov 27
2
[Announce] Samba 4.19.3 Available for Download
...tyDescriptor' of 'CN=Deleted Objects,DC=samba,DC=org' The change should be confirmed with 'y' for all objects starting with 'CN=Deleted Objects'. Changes since 4.19.2 -------------------- o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 15520: sid_strings test broken by unix epoch > 1700000000. o? Ralph Boehme <slow at samba.org> ?? * BUG 15487: smbd crashes if asked to return full information on close of a ???? stream handle with delete on close disposition set. ?? * BUG 15521: smbd: fix close order of base_fsp and stream_fsp in ???...
2023 Nov 27
2
[Announce] Samba 4.19.3 Available for Download
...tyDescriptor' of 'CN=Deleted Objects,DC=samba,DC=org' The change should be confirmed with 'y' for all objects starting with 'CN=Deleted Objects'. Changes since 4.19.2 -------------------- o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 15520: sid_strings test broken by unix epoch > 1700000000. o? Ralph Boehme <slow at samba.org> ?? * BUG 15487: smbd crashes if asked to return full information on close of a ???? stream handle with delete on close disposition set. ?? * BUG 15521: smbd: fix close order of base_fsp and stream_fsp in ???...
2004 Sep 16
1
how to submit patches ? (patch for pdb_xml.c included)
Dear Sirs, I wrote a patch for pdbedit (pdb_xml.c) which handles cases with national alphabet characters in GECOS fields. I sent it directly to Jelmer Vernooij, but there was no answer. Who can review the supplied patch ? Cheers, Ilia Chipitsine -------------- next part -------------- --- pdb_xml.c.orig Tue Aug 31 12:12:02 2004 +++ pdb_xml.c Tue Aug 31 12:12:07 2004 @@ -373,6 +373,7 @@
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
..._gid, NULL); + + /* Update primary group SID for users belonging to the new gid mapped to the existing SID */ + sid_to_string(usrsid, &sid); + update_users_primgroup_sid(gid, usrsid); + } + return 0; } @@ -426,6 +503,9 @@ fstring sid_string = ""; int i; + gid_t old_gid; + fstring usrsid = ""; + /* get the options */ for ( i=0; i<argc; i++ ) { if ( !StrnCaseCmp(argv[i], "ntgroup", strlen("ntgroup")) ) { @@ -463,6 +543,13 @@ r...
2023 Nov 27
1
[Announce] Samba 4.19.3 Available for Download
...amba,DC=org' > > The change should be confirmed with 'y' for all objects starting with > 'CN=Deleted Objects'. > > > Changes since 4.19.2 > -------------------- > > o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> > ??? * BUG 15520: sid_strings test broken by unix epoch > 1700000000. > > o? Ralph Boehme <slow at samba.org> > ??? * BUG 15487: smbd crashes if asked to return full information on > close of a > ????? stream handle with delete on close disposition set. > ??? * BUG 15521: smbd: fix close order of b...
2006 Dec 08
0
Wine release 0.9.27
This is release 0.9.27 of Wine, a free implementation of Windows on Unix. What's new in this release: - Better support for noexec kernels. - Better Dwarf support in dbghelp. - Several Winsock fixes. - Various code cleanups. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will