Displaying 2 results from an estimated 2 matches for "str_list_mak".
Did you mean:
str_list_make
2004 Feb 06
0
Restrict logon to groups of workstations II
...ember of, and to verify them with the list of allowed
! workstations and groups of workstations.
!
! Marcelo Maia Sobral <sobral@sj.univali.br> - 06/02/2004
! */
!
! get_current_groups(0, &n_groups, &groups);
! lw = str_list_make(s, ",");
! if (user_in_list(user_info->wksta_name.str, (const
char**)lw, groups, n_groups)) {
! DEBUG(10,("sam_account_ok: checking 1 for
workstation match %s\n",
! user_info->wksta_name.str));
!...
2002 Nov 10
2
Trying to join a Solaris 8 box to Windows 2000 AD.
...-I/usr/local/openldap/include
LDFLAGS= -L/usr/local/kerberos/lib -L/usr/local/openldap/lib
LDSHFLAGS=-G -L/usr/local/kerberos/lib -L/usr/local/openldap/lib -O
-I/usr/local/kerberos/include -I/usr/local/openldap/includ
e
During compilation the following warnings show:
lib/util_str.c: In function `str_list_make':
lib/util_str.c:1160: warning: passing arg 3 of `next_token' discards
qualifiers from pointer target type
auth/pampass.c: In function `smb_setup_pam_conv':
auth/pampass.c:422: warning: assignment from incompatible pointer type
libads/ldap.c: In function `ads_do_paged_search':
liba...