diff options
Diffstat (limited to 'winsup/cygwin/ldap.h')
-rw-r--r-- | winsup/cygwin/ldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ldap.h b/winsup/cygwin/ldap.h index 9d8a40346..a2bf0bde8 100644 --- a/winsup/cygwin/ldap.h +++ b/winsup/cygwin/ldap.h @@ -51,7 +51,7 @@ public: operator PLDAP () const { return lh; } bool open (PCWSTR in_domain); void close (); - bool fetch_ad_account (PSID sid, bool group); + bool fetch_ad_account (PSID sid, bool group, PCWSTR domain = NULL); bool enumerate_ad_accounts (PCWSTR domain, bool group); bool next_account (cygsid &sid); uint32_t fetch_posix_offset_for_domain (PCWSTR domain); |