similar to: Samba3.0 domain GID/UID/SID transformations

Displaying 20 results from an estimated 7000 matches similar to: "Samba3.0 domain GID/UID/SID transformations"

2003 Oct 10
1
pam_smb_auth help
Hello. I have been trying to get Red Hat 9 workstations to authenticate via an NT 4 PDC. here is my /etc/pam.d/login file, auth required /lib/security/pam_securetty.so auth required /lib/security/pam_nologin.so auth sufficient /lib/security/pam_pwdb.so shadow nullok auth required /lib/security/pam_smb_auth.so nolocal account required
2002 Oct 07
1
winbind+samba3.0 pdc on the same machine
Hi all, I am trying to install samba 3.0 pdc alongwith winbind on the same machine, the objective is to allow Squid to use ntlm_auth for samba users existing on the same machine. If I move squid to another machine, join this machine to samba3.0 domain and then use wbinfo, everything works fine. But when I install squid on the same machine as samba and then try to use wbinfo it fails. I get the
2003 Sep 02
1
Something is broken in Samba3.0-rc2 compared to Samba3.0-rc1
Hi, After the bug 380 was fixed I recompiled Samba3.0-rc2 using Sun One Studio 8 on my Solaris 9 box. I joind my Windows 2003 Server. net ADS JOIN -U Administrator Started winbindd and did wbinfo tests and all worked. Run smbclient locally to connect to the samba-server and it failed with session setup failed: NT_STATUS_INVALID_PARAMETER. My W2000 client can't access the samba server any
2006 Sep 16
0
Samba SID/RID, UID/GID Best Practices?
I have a new Samba 3 domain backed by LDAP. I am using Fedora-DS for LDAP component, so I have relied on a blend of tools to get up and running including Fedora-DS console and phpLDAPAdmin and (momentarily!) sambaldap-tools. I am generally following the great IDEALX How-To but having to adapt it somewhat. Standards for well-know Samba groups like "Domain Admins" were easy to
2006 Oct 18
0
mapping SID - UID, GID with SFU 3.5
I have: linux 2.6.18-1.2200.fc5 samba-3.0.23c-1.fc5 W2000 AD with SFU 3.5 uid and gid in SFU linux configured to use AD with ldap client for mapping users, groups and authentication winbind not configured Everyting works fine except ACL in the linux filesystem: I receive this error when I want to add an user access to a file: [2006/10/18 09:38:28, 0]
2011 Apr 06
0
help needed about SID to UID/GID mapping
Dear all I need some advise with respect to SID/UID/GID mapping. The server runs Samba 3.5.8 as a member of an AD (w2k8) domain. Our UNIX UIDs are taken from the 1000-60000 range with about 10000 allocated accounts. 99% of user IDs exist in AD with the same name. For that reason we rely on the "nss" idmap backend which is non-allocating. The problem comes with the group mappings.
2004 Apr 13
0
sid to uid/gid conversion problem
Hi there! I'm experiencing the following weird problem: pokeball:# wbinfo -n VTB+jimenezju S-1-5-21-776561741-1450060922-1644491937-1249 1 pokeball:# wbinfo -Y S-1-5-21-776561741-1450060922-1644491937-1249 1 11771 pokeball:# wbinfo -Y S-1-5-21-776561741-1450060922-1644491937-1249 1 11772 pokeball:# wbinfo -S S-1-5-21-776561741-1450060922-1644491937-1249 1 10140 pokeball:# wbinfo -S
2017 Dec 15
0
UID/GID -> SID -> NAME mapping across multiple DCs
ok, I followed the directions on that wikipage, made a hot backup, copied the hot backup over to the new DC, renamed the hot backup (thus replacing the existing idmap.ldb) and ran "samba-tool ntacl sysvolreset" and it spat out the following after a minute or 2 of thinking... root at dc1 samba/private# samba-tool ntacl sysvolreset open: error=2 (No such file or directory) ERROR(runtime):
2009 Dec 08
1
wbinfo / Could not convert sid to gid / uid
Hello My is environment: Ubuntu 8.04 LTS, Squid 2.6.18, Samba 3.0.28a For Squid I need the query of a global group from Active Directory 2003. This works beautifully, but unfortunately not always. There are global groups which works to transform and others where it does not work. Here are my entries for test: # wbinfo -n nobadurl S-1-5-21-986273330-1409306274-1541874228-9965 Domain Group
2002 Sep 25
0
Unable to map SID to uid or gid...
Hi. I have a problem with mapping SIDs to uids in Samba 2.2.6pre2. I am using Mandrake linux 8.2 with acls, and samba acting as PDC on my local net. My problem is what when I viewing permissions on my test WinXP box, it shows to me SIDs, but not a user or group, and of cource everyone... For example, I created user "test" on my linux box and added him to smbpasswd. Then, when I logon
2011 Jan 14
2
Some direction of Samba4 Sid to Uid/Gid ?
Did a git-pull and built samba4, up and running with winbind. I have a file server, which will be access by windows. Say I have a user named "abcde" (uid = 1000), under group "abcde) (gid = 1000). When I created a user with samba-too (samba-tool newuser abcde xxxxx), it creates an account "abcde" with mapped uid 300018 under group user users. I am really wondering if
2017 Dec 15
1
UID/GID -> SID -> NAME mapping across multiple DCs
Apologies, despite that error, the permissions now look good on the sysvol folder. Is there anything I need to do moving forward to keep my DCs idmap.ldbs in sync? or is this a one time thing? On Fri, Dec 15, 2017 at 1:16 PM, Taylor Hammerling <thammerling at tcsbasys.com > wrote: > ok, I followed the directions on that wikipage, made a hot backup, copied > the hot backup over to
2017 Dec 15
0
UID/GID -> SID -> NAME mapping across multiple DCs
On Fri, 15 Dec 2017 11:09:38 -0600 Taylor Hammerling via samba <samba at lists.samba.org> wrote: > This isn't necessarily an issue (I don't think) but more so a > curiosity. > > How are UIDs mapped to SIDs and then SIDs mapped to names in Samba4 > across multiple DCs? > > I set up my DCs using Louis' how tos ( >
2017 Dec 15
1
UID/GID -> SID -> NAME mapping across multiple DCs
On Fri, 15 Dec 2017 13:16:51 -0600 Taylor Hammerling <thammerling at tcsbasys.com> wrote: > ok, I followed the directions on that wikipage, made a hot backup, > copied the hot backup over to the new DC, renamed the hot backup > (thus replacing the existing idmap.ldb) and ran "samba-tool ntacl > sysvolreset" and it spat out the following after a minute or 2 of >
2009 Mar 10
1
Active directory and winbind RID/SID to uid and gid maping across several linux servers
We are using a windows server 2003 active directory as our single sign on server. I have been able to get our RHEL4U6 servers to authenticate with active directory. My concern is that the RID mapping to unix uid/gid range (15000-20000) is stored locally on each machine in a tdb database. So far all of the servers have produced the same mapping, but I do not think it is guarantied. I think the
2017 Dec 15
2
UID/GID -> SID -> NAME mapping across multiple DCs
Interesting... How do I go about getting them/keeping them in sync? On Fri, Dec 15, 2017 at 11:47 AM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Fri, 15 Dec 2017 11:09:38 -0600 > Taylor Hammerling via samba <samba at lists.samba.org> wrote: > > > This isn't necessarily an issue (I don't think) but more so a > > curiosity. > >
2002 Jun 23
2
Specifying a fixed uid for RedHat RPM PrivSep user
I'm a little unconfortable with the way the privsep user is created in the RedHat spec files. In particular the way a fixed UID is specified. Now it looks (from a glance at the apache/bind spec file) that it is 'the way it is done' - but is there a register of these numbers somewhere? Andrew Bartlett -- Andrew Bartlett abartlet at pcug.org.au
2003 Oct 17
0
Rückruf: samba3.0 rpm for SLES7
Knoblauch, Josef m?chte die Nachricht "[Samba] samba3.0 rpm for SLES7" zur?ckrufen.
2004 Mar 23
0
(Samba3.0)tree connect failed: NT_STATUS_ACCESS_DENIED
Hi all, I am having kerberized samba 3.0 on red hat Linux and got the following error when I connect from Linux client. [root@YOURSERVER root]# Smbclient //host/user -W USERS -U user Password: tree connect failed: NT_STATUS_ACCESS_DENIED Can any one help? Zakaria __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time.
2003 Jan 22
0
Trusted domains with samba3.0
*** Please, even if you have not an answer to my question, just tell me where can I find more log files or a forum where I could find gurus, Thanks *** Hello, I am testing Samba3.0alpha21 using trusted domains. On my network, I have: domain STLO-ADMIN (nt4 server) domain STLO-SMB (mandrake8.1 - samba3.0alpha21 server) I want to make a relationship between these 2 domains. So, on my NT4server, I