Re: LiveOperator Active Directory Integration

  •  04-14-2009, 3:46 PM

    Re: LiveOperator Active Directory Integration

    thanks Adam.  I've been playing with that code and have some questions about integration...
     
    1)  How does 'CreateUser' and 'DeleteUser' 'UpdateNickname' 'UpdatePassword' 'UpdateIsAdmin'  tie in with Active Directory integration?  I'm going to be creating and deleting accounts via AD administration tool..  Do I just remove those methods?  or leave them in there and comment out the code?
     
    2)  'LoadUsers' returns a DataTable.  How does this function tie in to Active Directory integration?  What other methods call this function that I need to be concerned about?  Do I return just a list of admin users?  If I pull a list of users from AD that are in the "Agent" group (for instance), what information needs to be in the DataTable?  Is it looking for specific column names?
     
     
    I've got the basic concept of 'GetLogonIdentity', 'FindUserLoginName', 'GetUserInfo'.... but am struggling with the answers to the above.
     
    thanks!
    Shawn
     
View Complete Thread