Re: List of Indexed Attributes

2006-12-01 Thread Chris Ridd
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

Re: LDAP string (server name)

2006-12-01 Thread Greg Nims
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

Re: LDAP string (server name)

2006-12-01 Thread Andrej Ricnik-Bay
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

LDAP string (server name)

2006-12-01 Thread chrisgirl77
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

List of Indexed Attributes

2006-12-01 Thread AM
Hi, Anybody know how to write perl/net::ldap script to get a list of all indexed attributes? Thanks! Anu M

Re: userPassword not displaying

2006-12-01 Thread Hans Poo
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

Re: display userPassword command line

2006-12-01 Thread Chris Ridd
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 >>

Re: display userPassword command line

2006-12-01 Thread Quanah Gibson-Mount
--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

Re: userPassword not displaying

2006-12-01 Thread lancerset
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

display userPassword command line

2006-12-01 Thread lancerset
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