mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* uinfo.cc (pwdgrp::fetch_account_from_windows): Fix comment.
This commit is contained in:
parent
dea309cf1f
commit
1721a38efd
@ -1,3 +1,7 @@
|
||||
2014-07-30 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* uinfo.cc (pwdgrp::fetch_account_from_windows): Fix comment.
|
||||
|
||||
2014-07-29 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygheap.h (class cygheap_domain_info): Remove lowest_tdo_posix_offset.
|
||||
|
@ -1530,14 +1530,13 @@ pwdgrp::fetch_account_from_windows (fetch_user_arg_t &arg, cyg_ldap *pldap)
|
||||
{
|
||||
posix_offset = PRIMARY_POSIX_OFFSET;
|
||||
/* In theory domain should have been set to
|
||||
cygheap->dom.primary_dns_name (), but it turns out
|
||||
that not setting the domain here has advantages.
|
||||
We open the ldap connection to NULL (== some domain
|
||||
control of our primary domain) anyway. So the domain
|
||||
is only used
|
||||
later on. So, don't set domain here to non-NULL, unless
|
||||
you're sure you have also changed subsequent assumptions
|
||||
that domain is NULL if it's a primary domain account. */
|
||||
cygheap->dom.primary_dns_name (), but it turns out that
|
||||
not setting the domain here has advantages. We open the
|
||||
ldap connection to NULL (== some DC of our primary domain)
|
||||
anyway. So the domain is only used later on. So, don't
|
||||
set domain here to non-NULL, unless you're sure you have
|
||||
also changed subsequent assumptions that domain is NULL
|
||||
if it's a primary domain account. */
|
||||
if (!cygheap->pg.nss_prefix_auto ())
|
||||
name_style = fully_qualified;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user