简体   繁体   中英

Change Active Directory User password using iOS

I have to create an iOS app that allows the user to verify the password expiration date and to change the active directory password.

I found some iOS libraries:

Microsoft iOS Active Directory SDK - https://github.com/AzureAD/azure-activedirectory-library-for-objc iOSPorts - https://github.com/bindle/iOSPorts

I checked the source code of the first library and it doesn't seem to provide the change password feature so I though I could go for the iOSPorts library that uses OpenLDAP.

Do you know if there is any compatibility problem between OpenLDAP and Active Directory?

Thanks

Are you looking at Windows Server Active Directory, or Azure Active Directory? If the latter: Azure AD does not support LDAP, it uses the Graph API instead. See http://msdn.microsoft.com/en-us/library/azure/hh974476.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM