I checked all is fine I changed confinguretion but still have problem. Username not found.
#ConfigurationFile for LDAP Auth #ConfigKey 'ldap_config_path' must be set in DataBase Configration of OM and point to this file #o.becherer,14.01.2009 #specify the LDAP Server type # This parameter specifies the type of LDAP server your are defining # # Supported values are "OpenLDAP" and "AD" for Active Directory (defaults to AD). ldap_server_type=AD #LDAP URL # This is the URL used to access your LDAP server. # can be a simple URL like: #ldap_conn_url=ldap://192.168.x.x:389 # or a list of simple URL separated by a space as in: # ldap_conn_url=ldap://myldap.myorg.com ldap://myldap2.myorg.com # if you want to use "ldaps://" links, please be aware that you need to import your CA certificate # to a java keystore and add the -Djavax.net.ssl.keyStore, - Djavax.net.ssl.keyStorePassword, # -Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStorePassword parameters to your # JAVA_OPT environment ldap_conn_url=ldap://192.168.x.x:389 #Login distinguished name (DN) for Authentification on LDAP Server - keep emtpy if not requiered # Use DN with with ":" instead of "=". The conversion will be done in OM ldap_admin_dn=CN:om,OU:Users,OU:Servers,DC:domain,DC:local #Loginpass for Authentification on LDAP Server - keep emtpy if not requiered ldap_passwd=xxxxx #base to search for userdata(of user, that wants to login) # Use DN with with ":" instead of "=". The conversion will be done in OM ldap_search_base=DC:domain,DC:local # Fieldnames (can differ between Ldap servers) field_user_principal=userPrincipalName # Ldap auth type(SIMPLE,NONE) # When using SIMPLE a simple bind is performed on the LDAP server to check user authentication # When using NONE, the Ldap server is not used for authentication ldap_auth_type=SIMPLE # Ldap-password synchronization to OM DB # Set this to 'yes' if you want OM to synchronize the user Ldap- password to OM's internal DB # This enables local login of users if the ldap server is offline. # If you want to disable the feature, set this to 'no'. # Defautl value is 'yes' ldap_sync_password_to_om=no # Ldap user attributes mapping # Set the following internal OM user attributes to their corresponding Ldap-attribute ldap_user_attr_lastname=sn ldap_user_attr_firstname=givenName ldap_user_attr_mail=mail ldap_user_attr_street=streetAddress ldap_user_attr_additionalname=description ldap_user_attr_fax=facsimileTelephoneNumber ldap_user_attr_zip=postalCode ldap_user_attr_country=co ldap_user_attr_town=l ldap_user_attr_phone=telephoneNumber On Sep 7, 9:34 pm, shouldbe q931 <[email protected]> wrote: > On Wed, Sep 7, 2011 at 10:19 AM, Elkhan Aliyev <[email protected]> > wrote: > > Must i create secyrity group on AD? > > > On Sep 6, 9:31 pm, Mark Rittinghaus <[email protected]> wrote: > >> If you use userPrincipalName the user has to be in format > >> username@domain > >> Start red4 in debug mode and check the output for errors. > > >> On 6 Sep., 09:50, Elkhan Aliyev <[email protected]> wrote: > > >> > I did but problem still occured. > > >> > On Sep 6, 10:26 am, Mark Rittinghaus <[email protected]> wrote: > > >> > > Hello, > > >> > > as far as I know there is no attrivute called uid in Active Directory. > > >> > > Try field_user_principal=userPrincipalName instead. > > >> > > Regards > > >> > > Mark- Hide quoted text - > > >> - Show quoted text - > > > -- > > You received this message because you are subscribed to the Google Groups > > "OpenMeetings User" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/openmeetings-user?hl=en. > > I would suggest running Wireshark and capturing the LDAP traffic.- Hide > quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
