|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Open Ldap Invalid credentials probelm when try to login with uid in jxplorer
Hi I am santosh
I m trying to login jxplorer with the uid already i have in my open ldap structure . its giving invalid credentials problem My slapd.config is # # See slapd.conf(5) for details on configuration options. # This file should NOT be world readable. # ucdata-path ./ucdata include ./schema/core.schema include ./schema/cosine.schema include ./schema/inetorgperson.schema # Define global ACLs to disable default read access. # Do not enable referrals until AFTER you have a working directory # service AND an understanding of referrals. #referral ldap:/root.openldap.org pidfile ./run/slapd.pid argsfile ./run/slapd.args # Load dynamic backend modules: # modulepath ./libexec/openldap # moduleload back_bdb.la # moduleload back_ldap.la # moduleload back_ldbm.la # moduleload back_passwd.la # moduleload back_shell.la # Sample security restrictions # Require integrity protection (prevent hijacking) # Require 112-bit (3DES or better) encryption for updates # Require 63-bit encryption for simple bind # security ssf=1 update_ssf=112 simple_bind=64 # Sample access control policy: # Root DSE: allow anyone to read it # Subschema (sub)entry DSE: allow anyone to read it # Other DSEs: # Allow self write access # Allow authenticated users read access # Allow anonymous users to authenticate # Directives needed to implement policy: # access to dn.base="" by * read # access to dn.base="cn=Subschema" by * read # access to * # by self write # by users read # by anonymous auth # # if no access controls are present, the default policy # allows anyone and everyone to read anything but restricts # updates to rootdn. (e.g., "access to * by * read") # # rootdn can always read and write EVERYTHING! access to * by dn="uid=veerlask,ou=users,dc=rapids,dc=com" by self write by users write by anonymous auth by * read ####################################################################### # BDB database definitions ####################################################################### database bdb suffix "dc=com" rootdn "cn=Manager,dc=rapids,dc=com" # Cleartext passwords, especially for the rootdn, should # be avoid. See slappasswd(8) and slapd.conf(5) for details. # Use of strong authentication encouraged. rootpw secret # The database directory MUST exist prior to running slapd AND # should only be accessible by the slapd and slap tools. # Mode 700 recommended. directory ./data # Indices to maintain index objectClass eq My ldif file is : version: 1 dn: dc=com objectclass: domain objectclass: top dc: com dn: dc=rapids,dc=com objectclass: domain objectclass: top dc: rapids dn: cn=manager,dc=rapids,dc=com objectclass: organizationalPerson objectclass: person objectclass: top sn: Asif Shahzad userpassword: secret cn: manager dn: ou=users,dc=rapids,dc=com objectclass: organizationalUnit objectclass: top ou: users dn: cn=admin,ou=users,dc=rapids,dc=com objectclass: organizationalPerson objectclass: person objectclass: top sn: santosh userpassword: password cn: admin dn: cn=user,ou=users,dc=rapids,dc=com objectclass: organizationalPerson objectclass: person objectclass: top sn: satish userpassword: passworduser cn: user dn: uid=veerlask,ou=users,dc=rapids,dc=com objectclass: organizationalPerson objectclass: person objectclass: uidObject objectclass: top cn: santosh sn: veerlapati uid: veerlask userpassword:: EvenGirl I m trying to login to the jxplorer with the user DN:uid=veerlask,ou=users,dc=rapids,dc=com password:EvenGirl I m getting invalid credentials code:49 please help me out. this is urgent for my project |
![]() |
| Viewing: Dev Shed Forums > Databases > LDAP Programming > Open Ldap Invalid credentials probelm when try to login with uid in jxplorer |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|