Re: [phpldapadmin-users] Login on multiple servers

2012-11-29 Thread Deon George
I would say you have a config problem. The demo site shows that you can have a configuration of multiple servers and log into each one independently. http://demo.phpldapadmin.org …deon -- Keep yourself connected to

Re: [phpldapadmin-users] Two login attempts needed after logging off > 3 hours earlier

2012-05-17 Thread Deon George
Its a bug that needs to be fixed. ...deon -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discus

Re: [phpldapadmin-users] shortening user logins

2012-04-27 Thread Deon George
Take a look at the FAQ. http://phpldapadmin.sourceforge.net/wiki/index.php/FAQ ...deon -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has ch

Re: [phpldapadmin-users] phpldapadmin does not modify schema

2012-03-30 Thread Deon George
rver to see what the difference is between the two sessions. ...deon -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.n

Re: [phpldapadmin-users] Can't copy entries

2012-03-05 Thread Deon George
While the '#' indicates the item is commented out, it also indicates that that is the default setting if it isnt changed. If you want to disable Unique attributes, set it to array() ...deon On 05/03/12 22:19, Jan Geep wrote: > Thanks for reply, quick questions (nice quick re

Re: [phpldapadmin-users] Select a template to edit the entry

2011-11-13 Thread Deon George
Yes, * Delete the templates * Put a regexp on the template, so they only show up in the container you want them * Disable the templates via the config ...deon On 13/11/11 22:13, Gerard Hooton wrote: > Can anyone answer this for me? > > //Ger >> Hello All, >> I upgraded to

Re: [phpldapadmin-users] New User Questions

2011-11-13 Thread Deon George
This message (which comes from the LDAP server) means that the username (DN) and password that you configured PLA to use (or entered via the login box) does not have sufficient access to perform the function you were performing (read/write/delete, etc). ...deon On 13/11/11 05:02, Tom Tucker

[phpldapadmin-users] phpLDAPadmin v1.2.2 released.

2011-10-26 Thread Deon George
ddb5ed0 Enabled hiding base DNs that users dont have access to 7649b9b SF Feature #3298820 - Only custom templates ...deon -- The demand for IT networking professionals continues to grow, and the demand for specialized ne

Re: [phpldapadmin-users] Can't copy entries

2011-10-22 Thread Deon George
Upgrade to a later version of PLA and/or disable Unique Attribute processing. ...deon On 12/10/11 23:18, Jan Geep wrote: > I'm having some issues with using pLa to create new entries via a copy > of an existing entry and hoping someone can point me in the right > direction. > &

Re: [phpldapadmin-users] About issues with several LDAP entries and group membership.

2011-10-22 Thread Deon George
e 14, with same > result: *really* slow javascript processing. Since I dont know what version you are running, I would suggest you try the latest GIT - there were some additional performance updates added after 1.2.1.1. ...deon

Re: [phpldapadmin-users] PLA Adding User

2011-06-27 Thread Deon George
Yes, you can create your own templates. The templates provided are there as working samples. ...deon -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of

Re: [phpldapadmin-users] PLA 1.2 and SASL/GSSAPI

2011-06-27 Thread Deon George
Thanks for the info Adam, ...deon -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity

Re: [phpldapadmin-users] PLA TLS not working

2011-06-27 Thread Deon George
Have you reviewed the documentation in the wiki on using TLS? http://phpldapadmin.sourceforge.net/wiki/index.php/Server:server:tls ...deon -- All of the data generated in your IT infrastructure is seriously valuable

Re: [phpldapadmin-users] PLA 1.2 and SASL/GSSAPI

2011-06-21 Thread Deon George
r that information is available to PHP via the PHP_AUTH_* variables. Unless of course you use Negotiate instead of Basic authentication (with the supported browser), then PHP only gets the principle used to login. ...deon

[phpldapadmin-users] PLA with SASL fix up and patch.

2011-06-20 Thread Deon George
ixes it). http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commitdiff;h=afa4a9 ...deon -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experienc

Re: [phpldapadmin-users] PLA 1.2 and SASL/GSSAPI

2011-06-18 Thread Deon George
rt. If you can give me some pointers on how to setup a SASL environment for a RHEL/CentOS environment (and its quick for me to do), i'll be able to have a look at the work you've done. ...deon On 18/06/11 02:41, Adam Allred wrote: > But, any subsequent action that requires another LDAP

Re: [phpldapadmin-users] phpldapadmin and radius attrs.

2011-06-14 Thread Deon George
You probably need to add the radiusprofile to your existing entries first. ...deon On 14/06/11 20:49, denethorr wrote: > > I have forgot to write (sorry) that i can add radius attributes > when i hit "ad new entry" in ou=Users and choose radiusprofile. > > The problem

Re: [phpldapadmin-users] PLA 1.2 and SASL/GSSAPI

2011-06-13 Thread Deon George
In PLA 1.2.x, there is code for SASL connections, however the code wasnt written by me. As I dont have an SASL environment, it hasnt been tested or bug fixed (if it doesnt work). I'll gladly accept patches to fix it up if its not working. ..

Re: [phpldapadmin-users] Problem setting up array of base DNs

2011-05-20 Thread Deon George
of showing the create dialogue. See git commit #ddb5ed0 ...deon On 19/05/11 18:08, Felix Brack (Mailinglist) wrote: > However allowing read access to everything and/or everyone connecting > from local host is not really a very sophisticated solution. If I had > only one database I coul

Re: [phpldapadmin-users] Problem setting up array of base DNs

2011-05-17 Thread Deon George
with not accessing base DNs, and thus not being able to traverse the base DN they did have LDAP access to. If this is the case for you, then please upgrade to 1.2.1.1 (minor update really), and we'll diagnose it from there. ...deon On 18/05/11 02:14, Felix Brack (Mailinglist) wrote: > What

[phpldapadmin-users] New phpLDAPadmin version (1.2.1) now available.

2011-04-29 Thread Deon George
phpLDAPadmin v1.2.1 RELEASE NOTES: -- This is a long overdue update for PLA v1.2.x. This version is mainly a bug fix, addressing all the bugs logged on the Sourceforge Trackers. There are also some minor new features. If you find any bugs, please log them on the Sourceforge Bug Tracke

Re: [phpldapadmin-users] Error: DS::getAuthType hasnt been configured for auth_type cookie

2011-04-26 Thread Deon George
BTW: If you really want to use cookie based login, I've committed that code to GIT yesterday... See commit #7aba73. ...deon On 27/04/11 13:55, Kimmo Koivisto wrote: > Thanks, that did do the trick! > > Re

Re: [phpldapadmin-users] Error: DS::getAuthType hasnt been configured for auth_type cookie

2011-04-26 Thread Deon George
Yes, thats the correct link. The "bug" was a missing ending comment (around line 370). ...deon On 27/04/11 04:26, Kimmo Koivisto wrote: > Hello > > I opened the link to the patch and I wonder is the link correct one? > There seems to be some minor changes to config.php

Re: [phpldapadmin-users] Error: DS::getAuthType hasnt been configured for auth_type cookie

2011-04-18 Thread Deon George
Apply this patch, and you should be OK... http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commitdiff;h=ac1d121b0d5b2cb5b84f530ec47a98b43dcbb352 ...deonNone the less when I follow Gavin's suggestion and change the default > login attr in lib/ds_ldap.php I am i

Re: [phpldapadmin-users] Error: DS::getAuthType hasnt been configured for auth_type cookie

2011-04-13 Thread Deon George
In the re-work to PLA 1.2 cookie hasnt been re-enabled. ...deon -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top

Re: [phpldapadmin-users] PLA 1.2.0.5: Session authentication and login attr combination does not work

2011-03-23 Thread Deon George
Sorry, ignore what I said - I was thinking templates not config... To answer your original question, yes, you should be able to login with any attribute. PLA does a query to find the DN (so anonymous queries must work for that attribute). ...deon

Re: [phpldapadmin-users] PLA 1.2.0.5: Session authentication and login attr combination does not work

2011-03-21 Thread Deon George
Kimmo, The config file changed between 1.1 and 1.2 - the delimiter is now a semi-colon (;). ...deon -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization

Re: [phpldapadmin-users] Language codes

2011-03-14 Thread Deon George
Ian, This is currently a feature request: http://sourceforge.net/tracker/?func=detail&aid=1182096&group_id=61828&atid=498549 ...deon On 12/03/11 07:13, Ian Colquhoun wrote: > Hello, > > I'm experiencing a problem with phpLDAPadmin (1.2.0.5) when attempting > to acc

Re: [phpldapadmin-users] Template questions

2010-09-13 Thread Deon George
gt; doesn't seem to do anything. > Log bug submissions via the tracker - with enough detail that it can be reproduced and thus fixed :) ...deon -- Start uncovering the many advantages of virtual appl

Re: [phpldapadmin-users] Can not make SASL to work

2010-09-02 Thread Deon George
is required (with any required patches) and I'll add that work to the base repository. It would be nice if the documentation is updated as well... :) ...deon On 03/09/10 02:41, Zaar Hai wrote: > I'm using phpldapadmin-1.2.0.5 on Debian Squeeze. I'm trying to enable > SASL au

Re: [phpldapadmin-users] force base dn to bind dn or parent dn

2010-08-29 Thread Deon George
can only see their branch (or in some cases a couple of branches, because this customer manages multiple downstream customers). I do it all with ACLs. ...deon On 29/08/10 20:53, Gene Selkov wrote: > I've been wrangling with this problem long enough to consider giving > up. I'd appreci

Re: [phpldapadmin-users] Problem with new installed PLA 1.2.0.4

2010-08-16 Thread Deon George
Have you read the FAQ? http://phpldapadmin.sourceforge.net/wiki/index.php/FAQ ...deon -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.s

Re: [phpldapadmin-users] Failed to copy DN

2010-07-14 Thread Deon George
ses) and see if one of source item's object classes are structural in your target server. ...deon On 14/07/10 20:38, Stuart Cherrington wrote: Not sure this is a place to log ehancements, but I have a lot of objects in seperate OU's, it would be nice to get a 'scroll bar'

Re: [phpldapadmin-users] Failed to copy DN

2010-07-13 Thread Deon George
the LDAP server is rejecting the transaction. ...deon -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first

Re: [phpldapadmin-users] PickList defaults

2010-06-08 Thread Deon George
You should be able to set the default value of a picklist using in your template: http://phpldapadmin.sourceforge.net/wiki/index.php/Templates#Attributes ...deon On 08/06/10 08:04, Aaron Turner wrote: > I've been tweaking the templates to make the forms more user friendly. >

Re: [phpldapadmin-users] Ability to specify custom attributes broken in 1.2

2010-05-06 Thread Deon George
iff;h=9dbf53 ...deon -- ___ phpldapadmin-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Re: [phpldapadmin-users] Predefined dearch filters

2010-05-06 Thread Deon George
Christian Häusler wrote: > In 1.1.05 there was the possiblity to define search presets. Now i use 1.2.05 > and i can't find them anymore. Where have they gone? No, predefined searches are now configured as XML files (like templates) in the /queries directory

Re: [phpldapadmin-users] phpldapadmin login password

2010-04-02 Thread Deon George
PLA doesnt limit the size of a password. ...deon -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

Re: [phpldapadmin-users] modify group members function enhancement

2010-03-20 Thread Deon George
Josh, Thanks for this... Please post your patches to the sourceforge tracker. Posting them to the mailling list makes them difficult to extract and apply. Also, they stay in the tracker and have less chance of getting lost - mainly in case I'm not ready to look at them straight way.. ..

Re: [phpldapadmin-users] Templates phppicklist variable as a parameter

2010-03-17 Thread Deon George
onality is probably covered by feature request 2493406, however a patch hasnt been supplied (or written)... ...deon -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bu

Re: [phpldapadmin-users] Update on bug ID: 2826573 (Re-enable login string)

2010-03-10 Thread Deon George
ine 373. This was reported as bug 2922727 (http://sourceforge.net/tracker/?func=detail&aid=2922727&group_id=61828&atid=498546), and has been fixed in GIT. http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=ac1d121b0d5b2cb5b84f530ec47a98b43d

Re: [phpldapadmin-users] Update on bug ID: 2826573 (Re-enable login string)

2010-03-01 Thread Deon George
A in debug mode and trace through the code to see what is going on in your setup... ...deon -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fi

Re: [phpldapadmin-users] Update on bug ID: 2826573 (Re-enable login string)

2010-02-27 Thread Deon George
ory that PHP uses is listed in php.ini.) ...deon -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance.

Re: [phpldapadmin-users] Upgrading multiselect in template to 1.2

2010-02-24 Thread Deon George
OK, a bit more work was required. Take a look at patch a1c714 submitted to git. http://phpldapadmin.git.sf.net ...deon Daniel Grimwood wrote: > thanks yes that has mostly fixed it, it displays the checkboxes in the > template correctly. > > There are still a couple of extra

Re: [phpldapadmin-users] Is it possible to configure a server with empty (blank) basedn

2010-02-23 Thread Deon George
Yup, I've been using empty base DN's for years, on all my PLA installs... ...deon Jarl Stefansson wrote: > Do you know of anyone that has phpldapadmin working with openldap with > an empty basedn? --

Re: [phpldapadmin-users] Upgrading multiselect in template to 1.2

2010-02-23 Thread Deon George
: //<- ADD THIS LINE case 'select': return $this->newSelectionAttribute($name,$values,$server_id,$source); Then you should be good to go. Let me know that it works, and I'll commit this, so that it is included for the next release. ...deon Daniel Grimwood wrote: > But that

Re: [phpldapadmin-users] Is it possible to configure a server with empty (blank) basedn

2010-02-23 Thread Deon George
Jarl, I've added your question as a FAQ. Look at 1.2 on the WIKI http://phpldapadmin.sourceforge.net/wiki/index.php/FAQ ..deon -- Download Intel® Parallel Studio Eval Try the new software tools for yourself.

Re: [phpldapadmin-users] nsAccountLock Attribute

2010-02-12 Thread Deon George
_ignore_case($attribute->getName(),$server->getValue('server','custom_attrs'))" test... Let me know if it works, and I'll commit it to GIT. ...deon FutureCIS wrote: > And I have the following line in my config: > $servers->setValue('server'

Re: [phpldapadmin-users] MultiList in creation template versus modification

2010-02-08 Thread Deon George
template, and it works for me as expected. You can see it in action on the demo server (http://wurley.demo.phpldapadmin.info/php5-SANDPIT), and use the "Test Template: Account (host)". ...deon FutureCIS wrote: > I am using version 1.2.0.5. I currently have the following stanza in

Re: [phpldapadmin-users] PLA 1.2 Feedback

2010-02-05 Thread Deon George
lue after encryption). In the mean time, you can "skip" this attribute from being updated, if you didnt change it. If you figure out how to fix it, then submit a patch :) ...deon -- The Planet: dedicated and mana

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

2010-02-05 Thread Deon George
your LDAP server, so that the PLA host has the privilege to find (defined) attributes anonymously * inform your users to use their full DN. Or you can write the patch, submit it and I'll include it for another release :) ...deon Tim Gustafson wrote: > But that opens up our user list

Re: [phpldapadmin-users] Switch template

2010-02-04 Thread Deon George
t; and just have all the templates in 1 directory, where the templates were used for both creating and modifying. (I cant see the benefit of having both)... ...deon -- The Planet: dedicated and managed hosting, cloud

Re: [phpldapadmin-users] Update on bug ID: 2826573 (Re-enable login string)

2010-02-04 Thread Deon George
No... Mullis, Josh (CCI - Atlanta) wrote: > Did this feature ever get re-enabled using another directive? > -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data center

[phpldapadmin-users] phpLDAPadmin release 1.2.0.5

2010-01-29 Thread Deon George
lid arguments passed SF Patch #2901666 - Add localisation for hint elements in templates SF Patch #2919169 - SASL bind Trim _REQUEST vars mainly to avoid null terminated strings While it isnt really necessary to immediately upgrade to this version, it is probably a g

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

Re: [phpldapadmin-users] Limit with getnextnumber

2010-01-29 Thread Deon George
the size_limit.. http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=f8cacb7dd01b173cd07219e32cc1dae05ba5a3f4 ...deon -- The Planet: dedicated and managed hosting, cloud storage

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

2010-01-27 Thread Deon George
, it'll be fixed quicker ;) ...deon -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and mana

Re: [phpldapadmin-users] Getting sorted values in a PickList?

2010-01-18 Thread Deon George
Peter, Yes, argument 7 is a list of attributes to use when sorting their values. I've updated the wiki: http://phpldapadmin.sourceforge.net/wiki/index.php/TemplateValueFunction:PickList ...deon -- Throughout i

Re: [phpldapadmin-users] Problems after upgrading to 1.2.0.4

2010-01-11 Thread Deon George
was submitted with v 1.1 syntax. The only change that is required is to change the delimiter for the call to MultiList to a ";" (semi-colon) instead of a "," (comma) - which I have updated.) You can try it out - go to: http://wurley.demo.phpldapadmin.info/ and choose the SA

[phpldapadmin-users] Security Vulnerability in PLA 1.1.

2009-12-22 Thread Deon George
e let me know how and I'll release a fix as soon as I find out. I have just made some additional sanity checking in PLA 1.2 anyway and will release that as 1.2.0.5 soon (but I'll wait to hear any other info on the current vulnerability, just in case I've overlooked

Re: [phpldapadmin-users] Using logged_in_dn value in template multiselect search filter

2009-12-19 Thread Deon George
Bryan, No, there isnt a defined variable to achieve this. It shouldnt be too hard to add though... ...deon -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-

Re: [phpldapadmin-users] New SambaAccount/SambaSID

2009-11-20 Thread Deon George
The SambaSID field does work in PLA. It looks like it was broken in 1.2.0.4 - so a fix has been committed to GIT for it. You can take a look at the fix here: http://phpldapadmin.git.sourceforge.net/ - it will be available in 1.2.0.5 when its released. ...deon D Canfield wrote: > Can any

Re: [phpldapadmin-users] Scrollbar configuration

2009-11-19 Thread Deon George
to look at your weblogs to see if you are running out of memory. ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and

Re: [phpldapadmin-users] Scrollbar configuration

2009-11-18 Thread Deon George
Jon, Take a look at the wiki: http://phpldapadmin.sourceforge.net/wiki/index.php/Config.php You are probably interested in the tree height/tree width parameters... ...deon Jon Akers wrote: > At one time, years ago, when using phpldapadmin, the central divider > used to have a scr

Re: [phpldapadmin-users] [FWD] Problem to create new users

2009-11-02 Thread Deon George
ers. ...deon -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market

Re: [phpldapadmin-users] Error message: Attribute value would not be unique

2009-10-30 Thread Deon George
Ralph, You probably want to remove UID from the unique attrs configuration. See: http://phpldapadmin.sourceforge.net/wiki/index.php/Server:unique:attrs ...deon -- Come build with us! The BlackBerry(R) Developer

Re: [phpldapadmin-users] ERROR: Setting a index [login, class] that isnt predefined (phpldapadmin 1.2.0)

2009-10-30 Thread Deon George
Sounds like you are not running the latest 1.2.0.x release. ...deon -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your

Re: [phpldapadmin-users] [FWD] Problem to create new users

2009-10-30 Thread Deon George
the list), if this causes any other problems (since you have a large database), and if it doesnt I'll make it the default. ...deon -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only deve

Re: [phpldapadmin-users] hook problem

2009-10-17 Thread Deon George
etc. > $result = @ldap_modify( $ldapserver->connect(), $dn, $attrs); <= it's > a problem the connect() is protected function!! > Instead use $ldapserver->modify() You can see a function reference here: http://phpldapadmin.sour

Re: [phpldapadmin-users] Further clarification on Bug #2875788

2009-10-13 Thread Deon George
ither. If the templates dont fit your environment, because you want more/less attributes included when objects are created, then you can add your own, or only use your own. This is the exactly the same behaviour in 1.1.x and 1.2.x. PLA provides a mechanism to completely disable the supplied ones, and u

Re: [phpldapadmin-users] 0x45 (LDAP_NO_OBJECT_CLASS_MODS)

2009-09-28 Thread Deon George
a current support contract with IBM, log a support call, see what they say... A workaround will be to add more intelligence into PLA's modify, to break it into "ADD"'s and "DELETE"s (which is what a modify does). I wont have time to do t

Re: [phpldapadmin-users] multilist template function

2009-09-28 Thread Deon George
ser, not what is stored in the object. There currently isnt a way to add content to the stored value ie: storing "(,,)". It shouldnt be too difficult to enhance Multilist though. ...deon -- Come build with us! Th

Re: [phpldapadmin-users] 0x45 (LDAP_NO_OBJECT_CLASS_MODS)

2009-09-14 Thread Deon George
this->connect($method),'method'=>$method,'dn'=>$dn,'attrs'=>$attrs),1); on the line immediately before the ldap_modify() to verify that the output looks ok. ...deon -- Let Crys

Re: [phpldapadmin-users] Setup sasl + gssapi with kerberos login

2009-09-12 Thread Deon George
get SASL working again, I'll happily include it in PLA. Or if you can point me to instructions on how to setup a SASL environment from scratch, I'll work on it when I get a chance. ...deon -- Let Crystal Repo

Re: [phpldapadmin-users] Not able to show jpegPhoto in phpldapadmin

2009-09-06 Thread Deon George
ue is too short. Upgrade to a new version of PHP. BTW: Upgrade to PLA 1.2.0.3, there were a couple of problems with 1.2.0.2 (non jpegphoto related.) ...deon Ryan Chan wrote: > The jpegPhoto DO show correctly under gd ldap client > (http://sourceforge.net/projects/gqclient/), bu

[phpldapadmin-users] Release 1.2.0.3

2009-09-06 Thread Deon George
/wiki/index.php/Release ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core applic

Re: [phpldapadmin-users] Hiding "Read Only" Attributes

2009-09-01 Thread Deon George
Tim, You are probably look for this: http://phpldapadmin.sourceforge.net/wiki/index.php/Config:appearance:hide_attrs ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial

[phpldapadmin-users] PLA 1.2.0.3 RC

2009-08-28 Thread Deon George
s and if I hear no more problems, I'll upload it to sourceforge. For those of you who are getting PLA from GIT, I've just uploaded all the commits so you can pull the updates from GIT directly. ...deon -- Let Crysta

Re: [phpldapadmin-users] Problem with php.GetNextNumber in templates

2009-08-28 Thread Deon George
ors...) > I also try in my template > =php.GetNextNumber(/,uidNumber) > This syntax is wrong, you need to use a semi-colon ";" as your delimiter, not a comma. (This is as of 1.2.x...) ...deon -- Let Crys

Re: [phpldapadmin-users] Problems with new PLA release 1.2.0.2

2009-08-27 Thread Deon George
quot; > This has been logged as a bug, follow the bug #2844186 on the tracker, I'll update that tracker when I have found the problem and made a fix. ...deon -- Let Crystal Reports handle the reporting - Free C

Re: [phpldapadmin-users] Failed export with PLA 1.2.0.2

2009-08-27 Thread Deon George
Dimas wrote: > Have somebody tried the export utility with more than 500 entries? Dimas, This is an easy fix - I've missed suppressing the default size_limit on export queries. Edit lib/export_functions.php and add $query['size_limit'] = 0; After $query['deref'

Re: [phpldapadmin-users] PLA can't find TLS Certificates

2009-08-23 Thread Deon George
start httpd. If this doesnt work then search a php-ldap mailling lists for advice. ..deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and de

[phpldapadmin-users] New PLA release 1.2.0.2

2009-08-21 Thread Deon George
Folks, I've just uploaded to Sourceforge PLA 1.2.0.2. There are quite a few fixes in this release - I recommend anyone running 1.2.x upgrade to this version. The release notes are here: http://phpldapadmin.sourceforge.net/wiki/index.php/Release ..

Re: [phpldapadmin-users] Performance issues with 1.2.0.1

2009-08-21 Thread Deon George
y (didnt realise it was!) Try again now... ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do

Re: [phpldapadmin-users] Performance issues with 1.2.0.1

2009-08-20 Thread Deon George
release it over the weekend (or soon thereafter)... ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on w

Re: [phpldapadmin-users] login using uid issues

2009-08-20 Thread Deon George
t in 1.2.x, and will be available 1.2.0.2, I'll also update the wiki accordingly :) ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, i

Re: [phpldapadmin-users] Our attempts to find your SCHEMA for "attributetypes" have FAILED.

2009-08-20 Thread Deon George
dy here knows the answer). ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application

Re: [phpldapadmin-users] Performance issues with 1.2.0.1

2009-08-19 Thread Deon George
filename, then click on the "raw"). ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you

[phpldapadmin-users] Performance issues with 1.2.0.1

2009-08-19 Thread Deon George
that it addresses the usability of PLA (it did on my test environment). Also let me know if I broke something else with this patch. If everything is OK, I'll release 1.2.0.2 as an update fix (it has some other fixes with it). ..

Re: [phpldapadmin-users] Vers. 1.2.0.1 don't work for me

2009-08-18 Thread Deon George
Ralph Ballier wrote: > > I had told to you: error logging don't work in 1.2. There is no file named > /tmp/pla_debug.log. Error logging is no problem in 1.1 > Its working OK for me (I'm usi

Re: [phpldapadmin-users] Vers. 1.2.0.1 don't work for me

2009-08-18 Thread Deon George
Ralph Ballier wrote: > I add it too, but it is not better: Yes, I've just tested with my 1.1.x and 1.2.x and there is definitely a tree performance issue with 1.2.x I'll take a look at it over the next few days if I get a chance. If you discover anything please let me k

Re: [phpldapadmin-users] Our attempts to find your SCHEMA for "attributetypes" have FAILED.

2009-08-18 Thread Deon George
Denis BUCHER wrote: > Since the update of our server we have this problem. > Any help would be greatly appreciated ! > Have you looked at the FAQ's on the wiki? ...deon -- Let Crystal Reports handle

Re: [phpldapadmin-users] Vers. 1.2.0.1 don't work for me

2009-08-18 Thread Deon George
Ralph Ballier wrote: > What do you mean with session file? I have comment out in config.php > Session files are created by PHP and are stored in the directory as defined by session.save_path="..." in your php.in

Re: [phpldapadmin-users] Vers. 1.2.0.1 don't work for me

2009-08-18 Thread Deon George
Ralph Ballier wrote: > Hmmm... there is no line > $config->custom->search['time_limit'] = ... > in my config.php > I know, add it. :) ...deon -- Let Crystal Reports handle the reporting -

Re: [phpldapadmin-users] Vers. 1.2.0.1 don't work for me

2009-08-18 Thread Deon George
Ralph, I just tested on this on my test server. If you increase the search time limit: $config->custom->search['time_limit'] = 300; It should render (It did for me - in about 150secs). I'd be curious to know if this is quicker/slower/the same compa

Re: [phpldapadmin-users] Vers. 1.2.0.1 don't work for me

2009-08-18 Thread Deon George
Ralph Ballier wrote: > In php.ini I had set memory_limit = 1000M > > Can you help me? How big does your session file get? ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-D

Re: [phpldapadmin-users] Template for multiple objects

2009-08-14 Thread Deon George
Josh Mullis wrote: > Was wondering if there was a way to create both the posixAccount and > posixGroup objects within the same template. No :) ...deon -- Let Crystal Reports handle the reporting - Free Crystal R

Re: [phpldapadmin-users] login using uid issues

2009-08-13 Thread Deon George
27;s DN as anonymous. There is no method to perform this initial lookup as a defined user. ...deon -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration

Re: [phpldapadmin-users] NT and LM passwords?

2009-08-13 Thread Deon George
vior changed. OK, I've fixed this with commit cf4f339. You can see the patch here: http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin;a=commitdiff;h=cf4f339b5c2dcef604a3c5d5f28cfc2b5f2b6143 ..deon ---

[phpldapadmin-users] New update release 1.2.0.1

2009-08-13 Thread Deon George
Folks, Ive just uploaded to Sourceforge PLA 1.2.0.1 - this is a bug fix release the details are here: http://phpldapadmin.sourceforge.net/wiki/index.php/Release I recommend anybody using 1.2.0 to upgrade - to this version. ...deon

  1   2   >