gandres / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Error adding new user registration module #428

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Adding new user registration module.

What is the expected output? What do you see instead?
There is a different error every time when a user tries to registers.

What version of PWM are you using?
1.6.4

Please paste any error log messages below:

The username or password is not valid. Please try again. { 5001 
ERROR_WRONGPASSWORD (ldap error during password check: unable to create 
connection: unable to bind to ldaps://tkdc1.tk.org:636 as 
cn=ZJE06AWES0A2SAD4,cn=Users,dc=tk,dc=org reason: [LDAP: error code 49 - 
80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 
533, v1db1]) }

We have different Container names and each user has different role:
TK.org
    IT USER
        User1
        User2
    Manager
        User1
        User2
    Employee
        User1
        User2
    Admin Users
        User1
        User2

We would like to add user only to a specific group, like only in Admin user. So 
what should be the ldap creation context?

Original issue reported on code.google.com by sahil2...@gmail.com on 17 Jul 2013 at 10:55

Attachments:

GoogleCodeExporter commented 9 years ago
Another Error: 
An error occurred while creating your new user account. Please contact your 
administrator. { 5049 ERROR_NEW_USER_FAILURE (unexpected ldap error creating 
user entry: [LDAP: error code 32 - 0000208D: NameErr: DSID-0310020A, problem 
2001 (NO_OBJECT), data 0, best match of: 'DC=TK,DC=org' ]) }

Original comment by sahil2...@gmail.com on 17 Jul 2013 at 11:12

GoogleCodeExporter commented 9 years ago
Please ask for help on the pwm-general google group.  Also, try using a nightly 
build instead of 1.6.4.

Original comment by jrivard on 18 Jul 2013 at 8:54