Please help to update maxPwdAge property by LDAP C#
Hi all members .I have two big problem------------------------------------------------------------------------------------------------The first : My PM need me update to maxPwdAge in AD by C# with...
View ArticleGet list of sub ou of particular ou in active directory
i am trying to get sub ou of particular ou but i am getting all ou of active directory i am trying below code for this process ,, DirectoryEntry entry = new DirectoryEntry("LDAP://domain", null,...
View ArticleSAML Integration with SimpleSAMLphp with asp.net client
Hello All,I want to integrate SimpleSAMLphp idp with asp.net website. Could you please provide solution for it?How should I go with it? I am new with SAML.
View ArticleProgrammatically Accessing one Domain from Another
Hi,Our business has two independent Active Directory domains. They are completely independent: they are deliberately not part of a forest and there are deliberately no trust relationships between...
View ArticleActive Directory notification Changes
Hi Team,I am trying to query Active Directory User group changes through java,like to retrieve the basic updations such as user addition, deactivation, in a particular group.Do we have any particular...
View ArticleAccess denied while creating new user in AD
i am trying to create new user in AD i getting error in Access denied public int createUser( String domain, String first, String last, String description, object[] password, String username,String...
View ArticleSupport to convert timespan to IADsLargeInteger
i want to change maxPwdAge property.I read that maxPwdAge is timespan value.I want to convert timespan (10days) for example to IADsLargeInteger and commit to AD.How can I convert timespan to...
View ArticleRetrieving all users and roles in a .NET Web Application through ADFS
Hi, We have a hosted .NET web application (Windows Server 2012 R2 environment) and we need to provide Single sign-on (SSO) to users from a corporate LAN environment. We have used ADFS to enable SSO and...
View ArticleHow to convert int value to IADsLargeInteger
Dear all memberI have timespan as 10 days I want to convert to IADsLargeIntegerHow can do that, please give me a solution Thank you a lot
View ArticleFinding Lanid from AD
Hello,I have email id. I want to pass email id and find Lanid from Active Directory.how i look up Active Directory?
View ArticleWho changed an attribute in Active Directory?
I can get some interesting metadata of an AD object using ActiveDirectoryReplicationMetadata, e.g. Version, LocalChangeUSN, OriginatingChangeUSN, OriginatingServer, ... with the following...
View ArticleASP.NET Identity (MVC) : How to combine with Active Directory?
I use a local AD DC and have an organizational unit etc. for external users (e.g. customers) and one for the internal users (the staff).Targetsany user having an account in the local AD can...
View Articlefind all memberOf groups, including cross-domain, of a group using LDAP
So this is my configuration (simplified for the sake of simplicity):Setup:I have two DCs (numbered list for reference):DC=one,DC=company,DC=com DC=two,DC=company,Dc=com In each of them I have a few...
View ArticleAD Group Names based on user id
hi all,i want to get group names from Active Directory based on User ID, means i want to know UserA associates with which groups?
View ArticleLDAP problem - The system cannot find the file specified
My base code within a try/catch is: if (auth.Authenticate(usr.Text, pwd.Text)==true) then it goes to my LDAP class: public bool Authenticate(string userName, string password) { bool authentic = false;...
View ArticleNeed LDAP Query to fetch all the users whose role is Manager
Hi ,Need help in framing a LDAP query to list out all the users whose role is manager
View ArticleReturn PrincipalSearchResult AsQueryable over Web API
HiI have this strange issue. I got this working:[EnableQuery] public IQueryable<Principal> GetEmployees() { UserPrincipal userSearcher = new UserPrincipal(GetPrincipalContext());...
View ArticleSearchResult can't more than 1000 on vs2008
HellloI need some helpwhen i run my program , searchresult is error , sizelimit or pagesize can't more than 1000for example i try on sizelimit=5000 and pagesize=5000 Here is the query i tried, when...
View ArticleLDAP Authentication MVC application
Hello all,I am using LDAP Authentication i have following information of LDAP server,Host = xxx.xxxx.xxxx.xxxxLDAP Server = xxx.xxxx.xxxx.xxxx:xxxxLDAPbinddn =...
View ArticleAdd EF Model for Profile Data when using Azure AD for User Authentication
Hi All,I'm pretty new to ASP.NET and AD and I'm looking for information on how I would add an Entity Framework Model for User Profile Data when using Azure AD for User Authentication.I've got my Azure...
View Article