Re: [phpldapadmin-users] Self Service maintenance tool

2010-02-05 Thread Josh.Mullis
Exto/Guillomovitch, Did you guys ever figure this out? Off the top of my head, you can acheive this by using a combination of modification templates and LDAP ACL's (so the user can only see himself). You just have to play around with the templates a bit and read the wiki. There are a lot of goo

Re: [phpldapadmin-users] Custom Creation Template Committing Invalid Boolean Value

2010-02-05 Thread Yennix S. Gantriean
Hah! Worked like a charm. Wow dude, I'm sorry to have bothered you with this, it was so easy. Thank you:) On 10-01-29 7:49 PM, Deon George wrote: > Deon George wrote: > >> However, if you supply value statements (to enable the template to >> pre-select a default), then the update appears to

Re: [phpldapadmin-users] PLA 1.2 Feedback

2010-02-05 Thread Deon George
Tim, In addition to my previous mail, in PLA 1.2 the backend rendering was also overhauled - the backend rendering is responsible for both the creation/editing of entries (the displaying of values and configuration of the HTML form), as well as rendering search results. The result of this work

Re: [phpldapadmin-users] BindDN and BindPassword for UID Searching?

2010-02-05 Thread Deon George
Tim, PLA 1.2 was a major rewrite in some areas - one of which was the LDAP communication backend. The login string function was not ported into the new backend (at the time there was no interest in it), and most of its capability could be achieved other ways. login,base was implemented, becaus

[phpldapadmin-users] PLA 1.2 Feedback

2010-02-05 Thread Tim Gustafson
Based on the e-mails from earlier today, I am looking in to PLA 1.2. Here are my thoughts so far on the new version: 1. There is no "simple search" feature. This is perhaps the most commonly used screen in the entire system, and all my users are comfortable with the "simple search" screen. T

Re: [phpldapadmin-users] BindDN and BindPassword for UID Searching?

2010-02-05 Thread Tim Gustafson
> What version are you running? 1.1.0.7 at the moment, but I guess I'll be upgrading to 1.2 soon. :) Tim Gustafson Baskin School of Engineering UC Santa Cruz [email protected] 831-459-5354 -- The Planet: dedicated and

Re: [phpldapadmin-users] BindDN and BindPassword for UID Searching?

2010-02-05 Thread Josh.Mullis
What version are you running? - Original Message - From: Tim Gustafson To: [email protected] Sent: Fri Feb 05 16:54:18 2010 Subject: Re: [phpldapadmin-users] BindDN and BindPassword for UID Searching? > $ldapservers->SetValue($i,'login','dn','service_account_n

Re: [phpldapadmin-users] BindDN and BindPassword for UID Searching?

2010-02-05 Thread Tim Gustafson
> $ldapservers->SetValue($i,'login','dn','service_account_name'); > $ldapservers->SetValue($i,'login','pass','service_account_password'); These two settings fixed the problem. Incidentally, these two settings are depreciated, according to: http://phpldapadmin.sourceforge.net/wiki/index.php/LDAP_

Re: [phpldapadmin-users] BindDN and BindPassword for UID Searching?

2010-02-05 Thread Josh.Mullis
Try putting your ldap service account in the ldap ACL instead of "*". Then put the ldap service account credentials in the config.php under the main bindDN and bindPass: $ldapservers->SetValue($i,'login','dn','service_account_name'); $ldapservers->SetValue($i,'login','pass','service_account_pa

[phpldapadmin-users] BindDN and BindPassword for UID Searching?

2010-02-05 Thread Tim Gustafson
Hi, We have a "closed" OpenLDAP server - that is, you have to authenticate using a DN and password before you can search for anything. My users log into phpLdapAdmin with just their user ID (the "uid" field) and password. phpLdapAdmin is configured as follows: $ldapservers->SetValue($i,'login