User Profile

Collapse

Profile Sidebar

Collapse
Jagath84
Jagath84
Last Activity: Jul 29 '07, 10:46 AM
Joined: Jul 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Jagath84
    started a topic Get OpenLdap client IP's
    in .NET

    Get OpenLdap client IP's

    Hey,

    Anyone know how retrieve client ip addresses from openldap who are already logged in to the openldap domain.

    Is there any possible query those result can be obtained?

    Please someone knows about that help me.........

    Regards,
    Jagath.
    See more | Go to post

  • Jagath84
    started a topic Update openldap user from c#
    in .NET

    Update openldap user from c#

    Hi all,

    I want to update openldap directory from c#. I used following code for make Directory entry as below.

    public static DirectoryEntry GetDirectoryEnt ry()
    {
    DirectoryEntry de = new DirectoryEntry( );
    de.Path = "LDAP://192.248.8.239/OU=People,DC=ex ample,DC=com";
    de.Authenticati onType = AuthenticationT ypes.ServerBind ;
    ...
    See more | Go to post
No activity results to display
Show More
Working...