On 1/12/06 8:04, AM <[EMAIL PROTECTED]> wrote:
> Hi,
> Anybody know how to write perl/net::ldap script to get a list of all
> indexed attributes?
Step 1 - find out from your server documentation if the server exposes that
information to clients. Every server will do it differently, if at all.
Th
New DirectoryEntry("LDAP://" & ldapServerName & "/dc=anydomain,
dc=com", "username, "password", AuthenticationTypes.None)
Looks like basic to me; are you using VB.Net or perl?
That is VB.Net. A better place for future .NET/LDAP questions is:
http://tech.groups.yahoo.com/group/ADSIANDDire
On 1 Dec 2006 15:12:49 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Hello!!
I have been tring this for a while. If anybody can help me with this, I
would really appreciate it.
I have installed an LDAP server on my local machine. I am creating a
new instance of DirectoryEntry using:
New
Hello!!
I have been tring this for a while. If anybody can help me with this, I
would really appreciate it.
I have installed an LDAP server on my local machine. I am creating a
new instance of DirectoryEntry using:
New DirectoryEntry("LDAP://" & ldapServerName & "/dc=anydomain,
dc=com", "usernam
Hi,
Anybody know how to write perl/net::ldap script to get a list of all
indexed attributes?
Thanks!
Anu M
I've not done so, but please take a look to the various access directives in
slapd.conf. Actually my slapd.conf has this ACL:
access to attr=userPassword
by self write
by anonymous auth
by * none
I guess if you play a while with this, you're going to find the answer.
With respect to
On 1/12/06 9:55, Quanah Gibson-Mount <[EMAIL PROTECTED]> wrote:
>
>
> --On Thursday, November 30, 2006 4:20 PM -0800 [EMAIL PROTECTED] wrote:
>
>> Hello All,
>>
>> When i export a user's userPassword attribute from the command line
>> using the ldapsearch tool, i get the encrypted password
>>
--On Thursday, November 30, 2006 4:20 PM -0800 [EMAIL PROTECTED] wrote:
Hello All,
When i export a user's userPassword attribute from the command line
using the ldapsearch tool, i get the encrypted password
"userPassword:: YmF0NjM2NQ==" .When i export a user's attributes using
phpldapadmin
Thank you for the response. One more question, how can i disable
binding so any user can access userPassword attribute?
Thank you,
Hans Poo wrote:
> It's a security/access problem.
>
> You need to bind to the server in order to view the userPassword.
>
> Try binding with some account, and you wil
Hello All,
When i export a user's userPassword attribute from the command line
using the ldapsearch tool, i get the encrypted password
"userPassword:: YmF0NjM2NQ==" .When i export a user's attributes using
phpldapadmin i get the password unecrpyted 'userPassword: redcar' Does
anyone know how you
10 matches
Mail list logo