[phpldapadmin-users] phpLDAPadmin release 1.2.0.5

2010-01-29 Thread Deon George
Folks, I've just release phpLDAPadmin 1.2.0.5 on Sourceforge. You can download it here: https://sourceforge.net/projects/phpldapadmin/files/ This version is really just a bug fix version, with the following commit notes: Added default noleaf setting to supplied templates Added default

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

2010-01-29 Thread Deon George
Deon George wrote: > However, if you supply value statements (to enable the template to > pre-select a default), then the update appears to use 0/1 (depending > on the order of the statements. This is a bug and needs to be > fixed. > Yennix, Actually there is no bug here. I've updated the wiki

Re: [phpldapadmin-users] UID Number

2010-01-29 Thread Josh.Mullis
Hey Bruce.. You replied to the wrong thread. :D The last message on your thread is below From: Mullis, Josh (CCI - Atlanta) To: Bruce Nourish Cc: [email protected] Sent: Fri Jan 29 15:13:11 2010 Subject: Re: [phpldapadmin-users] UID

Re: [phpldapadmin-users] Limit with getnextnumber

2010-01-29 Thread Josh.Mullis
It's more than 500 users, so that is most likely the issue. I'll try that and get back with you. Thanks! - Original Message - From: Deon George To: [email protected] Sent: Fri Jan 29 18:07:03 2010 Subject: Re: [phpldapadmin-users] Limit with getnextnumber Josh,

[phpldapadmin-users] Self Service maintenance tool

2010-01-29 Thread exto
Similar to guillomovitch's comments. I have the need for a client facing tool to allow them to update contact information, reset password as well as search for phone numbers etc.. Can anyone tell me if there is another open source tool that may be more suited to the user self service? PHP Ad

Re: [phpldapadmin-users] Limit with getnextnumber

2010-01-29 Thread Bruce Nourish
Currently, I have zero. I'm going to try the min uid number fix suggested earlier, I'll let you know how that goes. On Fri, Jan 29, 2010 at 4:07 PM, Deon George wrote: > Josh, > > How many users do you have defined? > > I have just tested your scenario on the demo server, and it works as > expect

Re: [phpldapadmin-users] Limit with getnextnumber

2010-01-29 Thread Deon George
Josh, How many users do you have defined? I have just tested your scenario on the demo server, and it works as expected. So the only thing I can think of, is that if you have 500 users, then you are hitting a size_limit that has been configured in 1.2.0.4. You can apply this patch to remove t

Re: [phpldapadmin-users] UID Number

2010-01-29 Thread Mullis, Josh (CCI - Atlanta)
No worries... You have to go into your creation template (templates/creation/posixAccount.xml) and change: 1 - TO - 0 For the starting uid number, you need to edit the config/config.php file and set your min (starting) uidNumber. Otherwise it will fill in the gaps. On Fri, 2010-01-

Re: [phpldapadmin-users] UID Number

2010-01-29 Thread Bruce Nourish
Yeah, sorry, I meant UID Number. On Fri, Jan 29, 2010 at 12:00 PM, Mullis, Josh (CCI - Atlanta) wrote: > > When you say UID, do you mean the user-name or the uid-number? > > Asking since there's attribute masking with templates. > > > > > On Fri, 2010-01-29 at 13:51 -0500, Bruce Nourish wrote: >

Re: [phpldapadmin-users] UID Number

2010-01-29 Thread Mullis, Josh (CCI - Atlanta)
When you say UID, do you mean the user-name or the uid-number? Asking since there's attribute masking with templates. On Fri, 2010-01-29 at 13:51 -0500, Bruce Nourish wrote: > Hi, > > I've set up a phpLDAPadmin version 1.2.0.4, talking to my local > OpenLDAP server with an almost-stock conf

[phpldapadmin-users] UID Number

2010-01-29 Thread Bruce Nourish
Hi, I've set up a phpLDAPadmin version 1.2.0.4, talking to my local OpenLDAP server with an almost-stock configuration. Previously I had 1.1.0.7 set up in the same way, and it worked perfectly. The problem I'm having is that when I go to create a new POSIX account, the UID field is not editable, a