[phpldapadmin] OpenLDAP - Reset user passwords with non-Manager account on PHPLDAPAdmin

Aurelio Soria <[email protected]> Tue, 19 Jul 2016 10:13:25 -0700
Newsgroups gmane.comp.ldap.davedap
Message-ID <D3B3ADC2.111DA%[email protected]>
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--===============9041375329130362882==
Content-type: multipart/alternative;
	boundary="B_3551768007_740120"

> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3551768007_740120
Content-type: text/plain;
	charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable

Hello phpldapadmin-devel=B9s -

I have hit a wall on reseting user account passwords on the PHPLDAPAdmin
console not using the cn=3DManager account. If I utilize the cn=3DManager
account I can reset the user password without any errors. The end goal is t=
o
have a set of OpenLDAP administrators that can reset user account passwords
on the PHPLDAPAdmin console without using cn=3DManager.

The ACLs for the OpenLDAP Admin group and Admin user works utilizing the
OpenLDAP CLI tools. I can reset user account passwords just fine on the
command line.

[root@ldapdev tmp]# slapacl -b
"uid=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom" -D
"cn=3Dadminasoria,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom" "userPassword/write:=
"

authcDN: "cn=3Dadminasoria,ou=3Dpeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom"

write access to userPassword=3D: ALLOWED

[root@ldapdev tmp]#



If I try to reset user account passwords with that same OpenLDAP Admin grou=
p
and Admin user it fails from the PHPLDAPAdmin group.


Could not perform ldap_modify operation.
LDAP said:Insufficient access
Error number:0x32 (LDAP_INSUFFICIENT_ACCESS)
Description:You do not have sufficient permissions to perform that
operation.
Below is the debug log for this operation.

[0.000]       Attribute(0133-005): Attribute::getName: Entered
(NOARGS|userPassword)

[0.000]       Attribute(0878-005): .Attribute::real_attr_name: Entered
(NOARGS|userPassword)

[0.000]       Attribute(0143-005): .Attribute::getValues: Entered
(NOARGS|a:1:{i:0;s:96:"{SHA512}S+nOHaPdAZy5d5jU4Wrf/D0v6T/kGm/vwri3OOSH3aeQ=
5
9JJL0RfAYEeDy8y5bZwLAawDML0cfytj8QCOarP0A=3D=3D";})

[0.000]     ds_ldap_pla(0443-017): ldap_pla::modify: Entered
(uid=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom|a:1:{s:12:"userpassword"=
;
a:1:{i:0;s:96:"{SHA512}S+nOHaPdAZy5d5jU4Wrf/D0v6T/kGm/vwri3OOSH3aeQ59JJL0Rf=
A
YEeDy8y5bZwLAawDML0cfytj8QCOarP0A=3D=3D";}}

[0.000]     ds_ldap_pla(0577-017): ldap_pla::checkUniqueAttrs: Entered
(uid=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom|a:1:{s:12:"userpassword"=
;
a:1:{i:0;s:96:"{SHA512}S+nOHaPdAZy5d5jU4Wrf/D0v6T/kGm/vwri3OOSH3aeQ59JJL0Rf=
A
YEeDy8y5bZwLAawDML0cfytj8QCOarP0A=3D=3D";}}

[0.000]              ds(0072-017): .DS::getValue: Entered (unique|attrs)

[0.000]       functions(2750-001): arrayLower: Entered
(a:3:{i:0;s:4:"mail";i:1;s:3:"uid";i:2;s:9:"uidNumber";})

[0.000]         ds_ldap(2066-017): ldap::getDNAttrValues: Entered
(uid=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom||0|a:1:{i:0;s:1:"*";})

[0.000]              ds(0457-017): DS::getMethod: Entered ()

[0.000]         ds_ldap(2084-017): ldap::getDNAttrValues: Returning
(a:15:{s:2:"cn";a:1:{i:0;s:7:"asoria1";}s:2:"dn";a:1:{i:0;s:50:"uid=3Dasoria1=
,
ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom";}s:9:"gidnumber";a:1:{i:0;s:4:"8000"=
;
}s:13:"homedirectory";a:1:{i:0;s:13:"

[0.000]           hooks(0054-257): run_hook: Entered
(pre_attr_modify|a:6:{s:9:"server_id";i:2;s:6:"method";N;s:2:"dn";s:50:"uid=
=3D
asoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom";s:4:"attr";s:12:"userpasswor=
d
";s:8:"oldvalue";a:1:{i:0;s:38:"{SSHA}E

[0.000]           hooks(0060-257): run_hook: Returning, HOOK not defined
(pre_attr_modify)

[0.000]           hooks(0054-257): run_hook: Entered
(pre_entry_modify|a:4:{s:9:"server_id";i:2;s:6:"method";N;s:2:"dn";s:50:"ui=
d
=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom";s:5:"attrs";a:1:{s:12:"user=
p
assword";a:1:{i:0;s:96:"{SHA512}S+nOHaP

[0.000]           hooks(0060-257): run_hook: Returning, HOOK not defined
(pre_entry_modify)

[0.000]         ds_ldap(0124-017): ldap::connect: Entered ()

[0.000]              ds(0457-017): DS::getMethod: Entered ()

[0.003]       functions(0124-001): app_error_handler: Entered
(2|ldap_modify(): Modify: Insufficient
access|/usr/share/phpldapadmin/lib/ds_ldap_pla.php|505|a:9:{s:2:"dn";s:50:"=
u
id=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom";s:5:"attrs";a:1:{s:12:"us=
e

[0.000]         ds_ldap(0439-017): ldap::getErrorMessage: Entered ()

[0.000]         ds_ldap(0124-017): ldap::connect: Entered ()

[0.000]              ds(0457-017): DS::getMethod: Entered ()

[0.000]         ds_ldap(0451-017): ldap::getErrorNum: Entered ()

[0.000]         ds_ldap(0124-017): ldap::connect: Entered ()

[0.000]              ds(0457-017): DS::getMethod: Entered ()

[0.000]       functions(1962-001): ldap_error_msg: Entered (Insufficient
access|50)

[0.000]       functions(1863-001): pla_verbose_error: Entered (0x32)

[0.001]       functions(3124-001): isAjaxEnabled: Entered (NOARGS)

[0.000]            page(0236-129): page::block_add: Entered
(body|OBJECT:block)

[0.000]            page(0369-129): page::display: Entered (NOARGS)

[0.000]            page(0097-129): page::pageheader_print: Entered (NOARGS)

[0.000]            page(0143-129): page::head_print: Entered (NOARGS)

[0.000]       functions(0345-001): cmd_control_pane: Entered (top)



Let me know if you need additional information.

Thanks-
-Aurelio Soria



--B_3551768007_740120
Content-type: text/html;
	charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable

<html><head></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: s=
pace; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size:=
 14px; font-family: Calibri, sans-serif;"><div style=3D"color: rgb(0, 0, 0); f=
ont-size: 14px; font-family: Calibri, sans-serif;">Hello phpldapadmin-devel&=
#8217;s -</div><div style=3D"color: rgb(0, 0, 0); font-size: 14px; font-family=
: Calibri, sans-serif;"><br></div><div style=3D"color: rgb(0, 0, 0); font-size=
: 14px; font-family: Calibri, sans-serif;">I have hit a wall on reseting use=
r account passwords on the PHPLDAPAdmin console not using the cn=3DManager acc=
ount. If I utilize the cn=3DManager account I can reset the user password with=
out any errors. The end goal is to have a set of OpenLDAP administrators tha=
t can reset user account passwords on the PHPLDAPAdmin console without using=
 cn=3DManager.</div><div style=3D"color: rgb(0, 0, 0); font-size: 14px; font-fam=
ily: Calibri, sans-serif;"><br></div><div style=3D"color: rgb(0, 0, 0); font-s=
ize: 14px; font-family: Calibri, sans-serif;">The ACLs for the OpenLDAP Admi=
n group and Admin user works utilizing the OpenLDAP CLI tools. I can reset u=
ser account passwords just fine on the command line.</div><div style=3D"color:=
 rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><br></div=
><div><p style=3D"color: rgb(0, 0, 0); font-family: Monaco; margin: 0px; line-=
height: normal;"><span style=3D"font-variant-ligatures: no-common-ligatures; f=
ont-size: 12px;">[root@ldapdev tmp]# slapacl -b "uid=3Dasoria1,ou=3DPeople,dc=3Ddi=
g,dc=3Dit,dc=3Dtest,dc=3Dcom" -D "cn=3Dadminasoria,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=
=3Dcom" "userPassword/write:"</span></p><p style=3D"color: rgb(0, 0, 0); font-fa=
mily: Monaco; margin: 0px; line-height: normal;"><span style=3D"font-variant-l=
igatures: no-common-ligatures; font-size: 12px;">authcDN: "cn=3Dadminasoria,ou=
=3Dpeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom"</span></p><p style=3D"color: rgb(0, 0, 0)=
; font-family: Monaco; margin: 0px; line-height: normal;"><span style=3D"font-=
variant-ligatures: no-common-ligatures; font-size: 12px;">write access to us=
erPassword=3D: ALLOWED</span></p><p style=3D"color: rgb(0, 0, 0); font-family: M=
onaco; margin: 0px; line-height: normal;"><span style=3D"font-variant-ligature=
s: no-common-ligatures; font-size: 12px;">[root@ldapdev tmp]#</span></p><p s=
tyle=3D"color: rgb(0, 0, 0); font-size: 10px; font-family: Monaco; margin: 0px=
; line-height: normal;"><span style=3D"font-variant-ligatures: no-common-ligat=
ures"><br></span></p><p style=3D"margin: 0px; line-height: normal;"><font face=
=3D"Calibri">If I try to reset user account passwords&nbsp;with that same&nbsp=
;</font><span style=3D"font-family: Calibri, sans-serif; font-size: 14px;">Ope=
nLDAP Admin group and Admin user it fails from the PHPLDAPAdmin group.</span=
></p><p style=3D"margin: 0px; line-height: normal;"><span style=3D"font-family: =
Calibri, sans-serif; font-size: 14px;"><br></span></p><table cellspacing=3D"0"=
 cellpadding=3D"0"><tbody><tr><td valign=3D"middle" style=3D"width: 400.0px; margi=
n: 0.5px 0.5px 0.5px 0.5px; padding: 1.0px 1.0px 1.0px 1.0px"><p style=3D"marg=
in: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0); -webk=
it-text-stroke-width: initial;"><span style=3D"-webkit-font-kerning: none; fon=
t-size: 12px;"><font face=3D"Monaco">Could not perform ldap_modify operation.<=
/font></span></p></td></tr><tr><td valign=3D"middle" style=3D"width: 400.0px; ma=
rgin: 0.5px 0.5px 0.5px 0.5px; padding: 1.0px 1.0px 1.0px 1.0px"><table cell=
spacing=3D"0" cellpadding=3D"0"><tbody><tr><td valign=3D"middle" style=3D"width: 77.=
0px; margin: 0.5px 0.5px 0.5px 0.5px; padding: 1.0px 1.0px 1.0px 1.0px"><p s=
tyle=3D"margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0,=
 0); -webkit-text-stroke-width: initial;"><span style=3D"-webkit-font-kerning:=
 none; font-size: 12px;"><font face=3D"Monaco"><b>LDAP said</b>:</font></span>=
</p></td><td valign=3D"middle" style=3D"width: 313.0px; margin: 0.5px 0.5px 0.5p=
x 0.5px; padding: 1.0px 1.0px 1.0px 1.0px"><p style=3D"margin: 0px; line-heigh=
t: normal; -webkit-text-stroke-color: rgb(0, 0, 0); -webkit-text-stroke-widt=
h: initial;"><span style=3D"-webkit-font-kerning: none; font-size: 12px;"><fon=
t face=3D"Monaco">Insufficient access</font></span></p></td></tr><tr><td valig=
n=3D"middle" style=3D"width: 77.0px; margin: 0.5px 0.5px 0.5px 0.5px; padding: 1=
.0px 1.0px 1.0px 1.0px"><p style=3D"margin: 0px; line-height: normal; -webkit-=
text-stroke-color: rgb(0, 0, 0); -webkit-text-stroke-width: initial;"><span =
style=3D"-webkit-font-kerning: none; font-size: 12px;"><font face=3D"Monaco"><b>=
Error number</b>:</font></span></p></td><td valign=3D"middle" style=3D"width: 31=
3.0px; margin: 0.5px 0.5px 0.5px 0.5px; padding: 1.0px 1.0px 1.0px 1.0px"><p=
 style=3D"margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, =
0, 0); -webkit-text-stroke-width: initial;"><span style=3D"-webkit-font-kernin=
g: none; font-size: 12px;"><font face=3D"Monaco">0x32 (LDAP_INSUFFICIENT_ACCES=
S)</font></span></p></td></tr><tr><td valign=3D"middle" style=3D"width: 77.0px; =
margin: 0.5px 0.5px 0.5px 0.5px; padding: 1.0px 1.0px 1.0px 1.0px"><p style=3D=
"margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0); =
-webkit-text-stroke-width: initial;"><span style=3D"-webkit-font-kerning: none=
; font-size: 12px;"><font face=3D"Monaco"><b>Description</b>:</font></span></p=
></td><td valign=3D"middle" style=3D"width: 313.0px; margin: 0.5px 0.5px 0.5px 0=
.5px; padding: 1.0px 1.0px 1.0px 1.0px"><p style=3D"margin: 0px; line-height: =
normal; -webkit-text-stroke-color: rgb(0, 0, 0); -webkit-text-stroke-width: =
initial;"><span style=3D"-webkit-font-kerning: none; font-size: 12px;"><font f=
ace=3D"Monaco">You do not have sufficient permissions to perform that operatio=
n.</font></span></p></td></tr></tbody></table></td></tr></tbody></table><br>=
</div><div>Below is the debug log for this operation.</div><div><br></div><d=
iv><p style=3D"margin: 0px; line-height: normal; font-family: Monaco;"><span s=
tyle=3D"font-variant-ligatures: no-common-ligatures; font-size: 12px;">[0.000]=
 &nbsp; &nbsp; &nbsp; Attribute(0133-005): Attribute::getName: Entered (NOAR=
GS|userPassword)</span></p><p style=3D"margin: 0px; line-height: normal; font-=
family: Monaco;"><span style=3D"font-variant-ligatures: no-common-ligatures; f=
ont-size: 12px;">[0.000] &nbsp; &nbsp; &nbsp; Attribute(0878-005): .Attribut=
e::real_attr_name: Entered (NOARGS|userPassword)</span></p><p style=3D"margin:=
 0px; line-height: normal; font-family: Monaco;"><span style=3D"font-variant-l=
igatures: no-common-ligatures; font-size: 12px;">[0.000] &nbsp; &nbsp; &nbsp=
; Attribute(0143-005): .Attribute::getValues: Entered (NOARGS|a:1:{i:0;s:96:=
"{SHA512}S+nOHaPdAZy5d5jU4Wrf/D0v6T/kGm/vwri3OOSH3aeQ59JJL0RfAYEeDy8y5bZwLAa=
wDML0cfytj8QCOarP0A=3D=3D";})</span></p><p style=3D"margin: 0px; line-height: norm=
al; font-family: Monaco;"><span style=3D"font-variant-ligatures: no-common-lig=
atures; font-size: 12px;">[0.000] &nbsp; &nbsp; ds_ldap_pla(0443-017): ldap_=
pla::modify: Entered (uid=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom|a:1:=
{s:12:"userpassword";a:1:{i:0;s:96:"{SHA512}S+nOHaPdAZy5d5jU4Wrf/D0v6T/kGm/v=
wri3OOSH3aeQ59JJL0RfAYEeDy8y5bZwLAawDML0cfytj8QCOarP0A=3D=3D";}}</span></p><p st=
yle=3D"margin: 0px; line-height: normal; font-family: Monaco;"><span style=3D"fo=
nt-variant-ligatures: no-common-ligatures; font-size: 12px;">[0.000] &nbsp; =
&nbsp; ds_ldap_pla(0577-017): ldap_pla::checkUniqueAttrs: Entered (uid=3Dasori=
a1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom|a:1:{s:12:"userpassword";a:1:{i:0;s=
:96:"{SHA512}S+nOHaPdAZy5d5jU4Wrf/D0v6T/kGm/vwri3OOSH3aeQ59JJL0RfAYEeDy8y5bZ=
wLAawDML0cfytj8QCOarP0A=3D=3D";}}</span></p><p style=3D"margin: 0px; line-height: =
normal; font-family: Monaco;"><span style=3D"font-variant-ligatures: no-common=
-ligatures; font-size: 12px;">[0.000]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbs=
p; &nbsp; ds(0072-017): .DS::getValue: Entered (unique|attrs)</span></p><p s=
tyle=3D"margin: 0px; line-height: normal; font-family: Monaco;"><span style=3D"f=
ont-variant-ligatures: no-common-ligatures; font-size: 12px;">[0.000] &nbsp;=
 &nbsp; &nbsp; functions(2750-001): arrayLower: Entered (a:3:{i:0;s:4:"mail"=
;i:1;s:3:"uid";i:2;s:9:"uidNumber";})</span></p><p style=3D"margin: 0px; line-=
height: normal; font-family: Monaco;"><span style=3D"font-variant-ligatures: n=
o-common-ligatures; font-size: 12px;">[0.000] &nbsp; &nbsp; &nbsp; &nbsp; ds=
_ldap(2066-017): ldap::getDNAttrValues: Entered (uid=3Dasoria1,ou=3DPeople,dc=3Ddi=
g,dc=3Dit,dc=3Dtest,dc=3Dcom||0|a:1:{i:0;s:1:"*";})</span></p><p style=3D"margin: 0p=
x; line-height: normal; font-family: Monaco;"><span style=3D"font-variant-liga=
tures: no-common-ligatures; font-size: 12px;">[0.000]&nbsp; &nbsp; &nbsp; &n=
bsp; &nbsp; &nbsp; &nbsp; ds(0457-017): DS::getMethod: Entered ()</span></p>=
<p style=3D"margin: 0px; line-height: normal; font-family: Monaco;"><span styl=
e=3D"font-variant-ligatures: no-common-ligatures; font-size: 12px;">[0.000] &n=
bsp; &nbsp; &nbsp; &nbsp; ds_ldap(2084-017): ldap::getDNAttrValues: Returnin=
g (a:15:{s:2:"cn";a:1:{i:0;s:7:"asoria1";}s:2:"dn";a:1:{i:0;s:50:"uid=3Dasoria=
1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3Dtest,dc=3Dcom";}s:9:"gidnumber";a:1:{i:0;s:4:"8000=
";}s:13:"homedirectory";a:1:{i:0;s:13:"</span></p><p style=3D"margin: 0px; lin=
e-height: normal; font-family: Monaco;"><span style=3D"font-variant-ligatures:=
 no-common-ligatures; font-size: 12px;">[0.000] &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; hooks(0054-257): run_hook: Entered (pre_attr_modify|a:6:{s:9:"server_=
id";i:2;s:6:"method";N;s:2:"dn";s:50:"uid=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,dc=3D=
test,dc=3Dcom";s:4:"attr";s:12:"userpassword";s:8:"oldvalue";a:1:{i:0;s:38:"{S=
SHA}E</span></p><p style=3D"margin: 0px; line-height: normal; font-family: Mon=
aco;"><span style=3D"font-variant-ligatures: no-common-ligatures; font-size: 1=
2px;">[0.000] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hooks(0060-257): run_hook: =
Returning, HOOK not defined (pre_attr_modify)</span></p><p style=3D"margin: 0p=
x; line-height: normal; font-family: Monaco;"><span style=3D"font-variant-liga=
tures: no-common-ligatures; font-size: 12px;">[0.000] &nbsp; &nbsp; &nbsp; &=
nbsp; &nbsp; hooks(0054-257): run_hook: Entered (pre_entry_modify|a:4:{s:9:"=
server_id";i:2;s:6:"method";N;s:2:"dn";s:50:"uid=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=
=3Dit,dc=3Dtest,dc=3Dcom";s:5:"attrs";a:1:{s:12:"userpassword";a:1:{i:0;s:96:"{SHA=
512}S+nOHaP</span></p><p style=3D"margin: 0px; line-height: normal; font-famil=
y: Monaco;"><span style=3D"font-variant-ligatures: no-common-ligatures; font-s=
ize: 12px;">[0.000] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hooks(0060-257): run_=
hook: Returning, HOOK not defined (pre_entry_modify)</span></p><p style=3D"mar=
gin: 0px; line-height: normal; font-family: Monaco;"><span style=3D"font-varia=
nt-ligatures: no-common-ligatures; font-size: 12px;">[0.000] &nbsp; &nbsp; &=
nbsp; &nbsp; ds_ldap(0124-017): ldap::connect: Entered ()</span></p><p style=
=3D"margin: 0px; line-height: normal; font-family: Monaco;"><span style=3D"font-=
variant-ligatures: no-common-ligatures; font-size: 12px;">[0.000]&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ds(0457-017): DS::getMethod: Entered (=
)</span></p><p style=3D"margin: 0px; line-height: normal; font-family: Monaco;=
"><span style=3D"font-variant-ligatures: no-common-ligatures; font-size: 12px;=
">[0.003] &nbsp; &nbsp; &nbsp; functions(0124-001): app_error_handler: Enter=
ed (2|ldap_modify(): Modify: Insufficient access|/usr/share/phpldapadmin/lib=
/ds_ldap_pla.php|505|a:9:{s:2:"dn";s:50:"uid=3Dasoria1,ou=3DPeople,dc=3Ddig,dc=3Dit,=
dc=3Dtest,dc=3Dcom";s:5:"attrs";a:1:{s:12:"use</span></p><p style=3D"margin: 0px; =
line-height: normal; font-family: Monaco;"><span style=3D"font-variant-ligatur=
es: no-common-ligatures; font-size: 12px;">[0.000] &nbsp; &nbsp; &nbsp; &nbs=
p; ds_ldap(0439-017): ldap::getErrorMessage: Entered ()</span></p><p style=3D"=
margin: 0px; line-height: normal; font-family: Monaco;"><span style=3D"font-va=
riant-ligatures: no-common-ligatures; font-size: 12px;">[0.000] &nbsp; &nbsp=
; &nbsp; &nbsp; ds_ldap(0124-017): ldap::connect: Entered ()</span></p><p st=
yle=3D"margin: 0px; line-height: normal; font-family: Monaco;"><span style=3D"fo=
nt-variant-ligatures: no-common-ligatures; font-size: 12px;">[0.000]&nbsp; &=
nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ds(0457-017): DS::getMethod: Entere=
d ()</span></p><p style=3D"margin: 0px; line-height: normal; font-family: Mona=
co;"><span style=3D"font-variant-ligatures: no-common-ligatures; font-size: 12=
px;">[0.000] &nbsp; &nbsp; &nbsp; &nbsp; ds_ldap(0451-017): ldap::getErrorNu=
m: Entered ()</span></p><p style=3D"margin: 0px; line-height: normal; font-fam=
ily: Monaco;"><span style=3D"font-variant-ligatures: no-common-ligatures; font=
-size: 12px;">[0.000] &nbsp; &nbsp; &nbsp; &nbsp; ds_ldap(0124-017): ldap::c=
onnect: Entered ()</span></p><p style=3D"margin: 0px; line-height: normal; fon=
t-family: Monaco;"><span style=3D"font-variant-ligatures: no-common-ligatures;=
 font-size: 12px;">[0.000]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; d=
s(0457-017): DS::getMethod: Entered ()</span></p><p style=3D"margin: 0px; line=
-height: normal; font-family: Monaco;"><span style=3D"font-variant-ligatures: =
no-common-ligatures; font-size: 12px;">[0.000] &nbsp; &nbsp; &nbsp; function=
s(1962-001): ldap_error_msg: Entered (Insufficient access|50)</span></p><p s=
tyle=3D"margin: 0px; line-height: normal; font-family: Monaco;"><span style=3D"f=
ont-variant-ligatures: no-common-ligatures; font-size: 12px;">[0.000] &nbsp;=
 &nbsp; &nbsp; functions(1863-001): pla_verbose_error: Entered (0x32)</span>=
</p><p style=3D"margin: 0px; line-height: normal; font-family: Monaco;"><span =
style=3D"font-variant-ligatures: no-common-ligatures; font-size: 12px;">[0.001=
] &nbsp; &nbsp; &nbsp; functions(3124-001): isAjaxEnabled: Entered (NOARGS)<=
/span></p><p style=3D"margin: 0px; line-height: normal; font-family: Monaco;">=
<span style=3D"font-variant-ligatures: no-common-ligatures; font-size: 12px;">=
[0.000]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; page(0236-129): page::block=
_add: Entered (body|OBJECT:block)</span></p><p style=3D"margin: 0px; line-heig=
ht: normal; font-family: Monaco;"><span style=3D"font-variant-ligatures: no-co=
mmon-ligatures; font-size: 12px;">[0.000]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; page(0369-129): page::display: Entered (NOARGS)</span></p><p style=3D"m=
argin: 0px; line-height: normal; font-family: Monaco;"><span style=3D"font-var=
iant-ligatures: no-common-ligatures; font-size: 12px;">[0.000]&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; page(0097-129): page::pageheader_print: Entered =
(NOARGS)</span></p><p style=3D"margin: 0px; line-height: normal; font-family: =
Monaco;"><span style=3D"font-variant-ligatures: no-common-ligatures; font-size=
: 12px;">[0.000]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; page(0143-129): pa=
ge::head_print: Entered (NOARGS)</span></p><p style=3D"margin: 0px; line-heigh=
t: normal; font-family: Monaco;"><span style=3D"font-variant-ligatures: no-com=
mon-ligatures; font-size: 12px;">[0.000] &nbsp; &nbsp; &nbsp; functions(0345=
-001): cmd_control_pane: Entered (top)</span></p></div><div><span style=3D"fon=
t-variant-ligatures: no-common-ligatures"><br></span></div><div><span style=3D=
"font-variant-ligatures: no-common-ligatures"><br></span></div><div><span st=
yle=3D"font-variant-ligatures: no-common-ligatures">Let me know if you need ad=
ditional information.&nbsp;</span></div><div><span style=3D"font-variant-ligat=
ures: no-common-ligatures"><br></span></div><div><span style=3D"font-variant-l=
igatures: no-common-ligatures">Thanks-</span></div><div><span style=3D"font-va=
riant-ligatures: no-common-ligatures">-Aurelio Soria</span></div></body></ht=
ml>

--B_3551768007_740120--




--===============9041375329130362882==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
--===============9041375329130362882==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

______________________________________
phpLDAPadmin development mailing list.
To unsbuscribe: https://lists.sourceforge.net/lists/listinfo/phpldapadmin-devel
http://phpldapadmin.sourceforge.net/

--===============9041375329130362882==--