Create wrappers of Winbind utility functions used by smbd.
authorGerald (Jerry) Carter <jerry@samba.org>
Sun, 21 Oct 2007 01:05:39 +0000 (20:05 -0500)
committerGerald (Jerry) Carter <jerry@samba.org>
Sun, 21 Oct 2007 01:05:39 +0000 (20:05 -0500)
commite4146b1a4e325135db90bcb8cdeae3df9cacb5ec
tree113b4aeb889dc3934feb9506d25ea027cfdc44e7
parent7a7ca8695b9ab4e16eb3defeea949b7cacb37d59
Create wrappers of Winbind utility functions used by smbd.

The original implementations from wb_client.c were removed.
Wrapper functions to call into libwbclient are as follows:

  bool winbind_lookup_name()
  bool winbind_lookup_sid()
  bool winbind_ping()
  bool winbind_sid_to_uid()
  bool winbind_uid_to_sid()
  bool winbind_sid_to_gid()
  bool winbind_gid_to_sid()
  wbcErr wb_is_trusted_domain()
  bool winbind_lookup_rids()
  bool winbind_allocate_uid()
  bool winbind_allocate_gid()
source/lib/winbind_util.c [new file with mode: 0644]
source/nsswitch/wb_client.c