Re: [BackupPC-users] Backup PC Ldap groups.

2008-04-29 Thread Dale Renton
8 11:54 PM To: Dale Renton Cc: backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] Backup PC Ldap groups. Hi Dale I have this but it does not work to identify administrative users. It only gives general user access. order deny,allow AuthType Basic AuthLDAPVersion 2 A

Re: [BackupPC-users] Backup PC Ldap groups.

2008-04-25 Thread Dale Renton
e group cn=Admins,ou=Groups,dc=example,dc=com Dale From: D P Sent: Tuesday, April 15, 2008 1:23 AM To: backuppc-users@lists.sourceforge.net Subject: [BackupPC-users] Backup PC Ldap groups. I'm trying to populate config.pl with the following. $Conf{CgiAdminUsers} = '';

[BackupPC-users] Backup PC Ldap groups.

2008-04-18 Thread D P
I'm trying to populate config.pl with the following. $Conf{CgiAdminUsers} = ''; { my @ldapresults = `ldapsearch -x -P2 -b ou=SOMEGROUP,ou=SOMEDIVISION group='BackupPCAdmin' objectclass=webuser`; die "ldapsearch failed: $!" unless $0 == 0; my $ldapgroup = join (' ', grep { d