Displaying 7 results from an estimated 7 matches for "assume_domain".
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...t_Pwnam_alloc()
Get_Pwnam_internals() <-- turn "ZTEST" to "ztest"
getpwnam_alloc_cached()
getpwnam()
(nss_winbinadd)
winbindd_getpwnam_send()
parse_domain_user() <-- add "UUQ" to domain and namespace.
assume_domain()
When samba role is DC , "winbind use default domain" does not work in
assume_domain(). Then getpwnam() get domain user.
I have checked the following list and commit
https://lists.samba.org/archive/samba-technical/2008-March/058508.htmlhttps://git.samba.org/?p=samba.git;a=commitdiff;h=...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...m_internals() <-- turn "ZTEST" to "ztest"
> getpwnam_alloc_cached()
> getpwnam()
> (nss_winbinadd)
> winbindd_getpwnam_send()
> parse_domain_user() <-- add "UUQ" to domain and namespace.
> assume_domain()
>
> When samba role is DC , "winbind use default domain" does not work in
> assume_domain(). Then getpwnam() get domain user.
>
> I have checked the following list and commit
> https://lists.samba.org/archive/samba-technical/2008-March/058508.htmlhttps://git.samba.or...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...t;ZTEST" to "ztest"
> > getpwnam_alloc_cached()
> > getpwnam()
> > (nss_winbinadd)
> > winbindd_getpwnam_send()
> > parse_domain_user() <-- add "UUQ" to domain and namespace.
> > assume_domain()
> >
> > When samba role is DC , "winbind use default domain" does not work in
> > assume_domain(). Then getpwnam() get domain user.
> >
> > I have checked the following list and commit
> >
> https://lists.samba.org/archive/samba-technical/2008-Marc...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...quot;ztest"
> > > getpwnam_alloc_cached()
> > > getpwnam()
> > > (nss_winbinadd)
> > > winbindd_getpwnam_send()
> > > parse_domain_user() <-- add "UUQ" to domain and
> > > namespace. assume_domain()
> > >
> > > When samba role is DC , "winbind use default domain" does not
> > > work in assume_domain(). Then getpwnam() get domain user.
> > >
> > > I have checked the following list and commit
> > >
> > https://lists.samba.or...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...; > getpwnam_alloc_cached()
> > > > getpwnam()
> > > > (nss_winbinadd)
> > > > winbindd_getpwnam_send()
> > > > parse_domain_user() <-- add "UUQ" to domain and
> > > > namespace. assume_domain()
> > > >
> > > > When samba role is DC , "winbind use default domain" does not
> > > > work in assume_domain(). Then getpwnam() get domain user.
> > > >
> > > > I have checked the following list and commit
> > > >
&g...
2019 Nov 03
2
suddenly change: idmap uid + gid
...The "winbind use default domain" code, which I authored, certainly
isn't intended to do that. It changes the formatting at the nss
interface to strip the domain\ prefix, allowing local logins with pam
etc to avoid typing the domain.
Specifically, in source3/winbindd/winbindd_util.c:assume_domain() in It
changes the domain member to act more like an old-style DC.
The impact of this is deliberatly on fill_domain_username_talloc() and
parse_domain_user(). (There are a few other references, essentially to
mirror this in smbd).
> Remove the line, this should stop it happening again
>...
2019 Nov 02
7
suddenly change: idmap uid + gid
Hi
The server suddenly changed the uid + gid. this happened to times,
yesterday and the week after. The default group at example
The samba is a AD member where we have many users (>20 000) and we use
autorid in that way
[global]
security = ads
workgroup = CUSTOMER
realm = CUSTOMER.COM
winbind use default domain = yes
winbind enum users = yes
winbind enum group = yes