Displaying 20 results from an estimated 10000 matches similar to: "map an ad user to a specific uid question"
2016 Oct 06
1
winbindd losing track of RFC2307 UIDs
On Wed, 5 Oct 2016, Achim Gottinger wrote:
>> Hi Rob,
>>
>> You can try to use tdbtool to delete the offending key with uid 2020.
>> https://www.samba.org/samba/docs/man/manpages-3/tdbtool.8.html
>> I'd stop samba make an backup of winbind_idmap.tdb and give it a try.
>> In my case deleting the mappings from idamp.tdb fixed the issue of changing
>>
2006 Aug 22
5
How to map a user to a specific uid?
I have aix with 3.0.21c samba with the following smb.conf:
[global]
workgroup = MYDOMAIN
realm = MYDOMAIN.COM
server string = User management Server
security = ADS
password server = ad.mydomain.com
idmap backend = rid:MYDOMAIN=100000-200000
allow trusted domains = No
log level = 0
log file = /usr/local/samba/var/log.%m
2012 Jul 27
2
Change winbindd UID mapping
Hi,
I'm running Samba 3.6.6 on Ubuntu Quantal.
I have a need to manually assign some of the UID mapping on a samba
domain member file server. I have used tdbtool to add the correct
mapping record to winbindd_idmap.tdb. However, I am at a loss as to
how to force that change to "propagate" so as to show in the
permissions structure of the file system and in the output of such
2016 Oct 05
0
winbindd losing track of RFC2307 UIDs
Am 05.10.2016 um 22:31 schrieb Achim Gottinger via samba:
>
>
> Am 05.10.2016 um 22:12 schrieb Rob via samba:
>> On Tue, 4 Oct 2016, Rowland Penny wrote:
>>
>>> This is very strange, have you tried running 'net cache flush' on the
>>> domain member ?
>>>
>>> Have you compared the users AD objects ?
>>
>> Running 'net
2008 Jun 16
0
Re: CentOS Digest, Vol 41, Issue 14, Network FS w/o user setup
> ------------------------------
>
> Message: 11
> Date: Fri, 13 Jun 2008 14:01:14 -0500
> From: Les Mikesell <lesmikesell at gmail.com>
> Subject: Re: [CentOS] Network FS w/o user setup
> To: CentOS mailing list <centos at centos.org>
> Message-ID: <4852C3FA.6040901 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>
2016 Oct 05
3
winbindd losing track of RFC2307 UIDs
Am 05.10.2016 um 22:12 schrieb Rob via samba:
> On Tue, 4 Oct 2016, Rowland Penny wrote:
>
>> This is very strange, have you tried running 'net cache flush' on the
>> domain member ?
>>
>> Have you compared the users AD objects ?
>
> Running 'net cache flush' on the member does fix things, albeit only
> for a while:
>
> # wbinfo -i
2016 Oct 06
4
winbindd losing track of RFC2307 UIDs
This is what there is in winbindd_idmap.tdb of both members that i have,
whewre file server 2 is working well and file server 1 lose winbind rfc
track.
#
# FILE SERVER 1 - PROBLEM
#
# tdbdump winbindd_idmap.tdb
{
key(9) = "USER HWM\00"
data(4) = "\D0\07\00\00"
}
{
key(10) = "GROUP HWM\00"
data(4) = "\D0\07\00\00"
}
{
key(14) = "IDMAP_VERSION\00"
2006 Aug 24
2
tdbtool help
Please provide me with an example on how to use this tool to change a
uid of a user to what I want the uid to be. I am confused on what it
thinks are keys. It has a keys command:
key 11 bytes: UID 119989
key 44 bytes: S-1-5-21-54348060-1989963526-242692186-2277
key 44 bytes: S-1-5-21-54348060-1989963526-242692186-8749
key 45 bytes: S-1-5-21-54348060-1989963526-242692186-24986
But if I go
2018 Oct 18
0
NSS interface lists all domain users but gives error on single user
On Thu, 18 Oct 2018 04:56:08 +0200
Giuseppe Sacco via samba <samba at lists.samba.org> wrote:
> Hello Rowland
>
> Il giorno mer, 17/10/2018 alle 21.28 +0100, Rowland Penny via samba ha
> scritto:
> [...]
> > What does 'wbinfo -U 10182' return ?
> > The last number should be 2182
>
> root at kubuntu-test:~# wbinfo -U 10182
>
2008 Apr 10
1
Tdbtool in Samba 3.0.28a
Hello,
I'm wondering if tdbtool is working in new samba. I have some UID's,
which I have to delete but when i'm starting tdbtool, next open
/usr/local/samba/var/locks/winbindd_idmap.tdb and trying to delete UID
109 for example, i get "delete failed", when I type "keys" command in
tdbtool, I got all UID's GID's and SID's and what I was found on the
list
2018 Oct 18
2
NSS interface lists all domain users but gives error on single user
Hello Rowland
Il giorno mer, 17/10/2018 alle 21.28 +0100, Rowland Penny via samba ha
scritto:
[...]
> What does 'wbinfo -U 10182' return ?
> The last number should be 2182
root at kubuntu-test:~# wbinfo -U 10182
S-1-5-21-1076504413-1754488879-1808648030-2182
root at kubuntu-test:~# wbinfo -n 'AGENZIA\lorenam'
S-1-5-21-1076504413-1754488879-1808648030-2182 SID_USER (1)
root
2005 Apr 23
1
winbind + ldap uid/gid consistency woes.
Hello all...
Im trying to fix a idmap setup with winbind where the idmaps are
stored in openldap. We have had this system working before, but it
managed to break :-) All systems running Samba (3.0.13 on FC2)
Problem: group id's and uid's (specificly uid's) are inconsistent
between clients (our two test clients). Both machines are using idmap
backend to talk to our ldap server and
2002 Aug 28
1
Problems with mapping drives
I submitted a request 2 days ago about having problems mapping one share out of
70. I have found the fix, but I would like to have an answer as to why the
problem
occurred.
History:
We have about 70 shares mapped with Samba, using winbindd for
authentication.
We had about 10 users that could not map their shares. They would get an error
of:
could not chdir to the appropriate directory on the
2011 May 24
0
Samba 3.5 uid gid winbindd_idmap.tdb severe problems
Hello all,
right now I am using Samba 3.0.33 on Centos 5.6. The users need to
access the files from Linux and from Windows so I maintain the
Linux users in nis and the Windows users in AD. Samba is AD integrated.
I am using an custom python script that collects some data from nis and
from winbindd_idmap.tdb, creates a new file and imports it into
winbindd_idmap.tdb. This works remarkably well.
2007 Aug 23
2
winbind uid problem
I have installed winbind and it is working, but I need to change the
uid/gid being used by winbind since I am running into some conflicts with
UIDs.
UID 10071 is being used by my spamfilter and winbindd is also mapping one
of the user IDs from the W2K3 server to 10071.
In an attempt to change this, I modified my smb.conf file as follows.
[global]
workgroup = MO
idmap gid =
2004 Apr 20
0
Winbindd can't load Idmap OU with SID-uid mappings
I'm running Samba 3.0.2a on Solaris 9. My shop also runs Active Directory on W2K (SP4). In an attempt to build a single sign-on solution, I thought I'd get Samba to allow Windows 2000 users to telnet/rlogin/ftp to my UNIX boxes without requiring those users to have a UNIX account.
The Samba dox claim this is possible, because winbindd will map the AD account SID to a UNIX userid, and will
2009 Aug 18
0
ID mapping help LDAP/AD
Hey all,
I'm having some trouble figuring out ID mapping between AD and LDAP. Basically I've done what is described in this doc:
http://wiki.samba.org/index.php/Samba%2C_Active_Directory_%26_LDAP
because it comes very close what I need. Only Samba is aware of AD and because uids are kept aligned between my AD and LDAP, acls for users works just fine. Groups however are not kept
2005 Nov 30
1
Modify and backup winbindd_idmap.tdb
Hello list,
Is there a possibility to add entries to the winbindd_idmap.tdb manually?
I know I can use tdbdump to see the entries, but is there a chance to modify?
My problem is I have to map some uid to some Windows SID without using LDAP. On the other hand new user not having any uid in linux should map to the range of uid I defind by using
idmap uid = 10000-20000
2nd Question:
Is it
2005 Feb 22
2
Corrupt Database and couldn't map SID.
I'm running Samba 3.0.11. Compiled with:
./configure '--with-ads' '--with-pam' '--with-winbind' '--with-smbmount' '--with-shared-modules=idmap_rid'
It configured, make and make installed fine. I configured the idmap_rid using the following directives in the smb.conf.
; IDMap Stuff
idmap backend = idmap_rid:<DOMAINNAME>=500-100000000
2000 Sep 28
0
Occams Razor Was: lm -- significance of x ...
> From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk>
> Date: 28 Sep 2000 13:58:22 +0200
>
> Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> writes:
>
> > I think Occam/Ockham himself wrote in Latin. By my failing memory, the
> > quote is
> >
> > "Entia non runt multiplicanda praeter necessitam"
> >
> > give or take