LDAP backdoor?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2007 03:44 AM
Hi there,
I am new to Alfresco and trying to set up a staging server for testing. I have the server up without any problem.
Howerver, when i looked at the LDAP log. I found that there is a false binding attamp every time when the server was started.
Have anyone noticed the same issue? Is this some kind of backdoor put by a programer? I can't find the setting anywhere in the setting files.
I am new to Alfresco and trying to set up a staging server for testing. I have the server up without any problem.
Howerver, when i looked at the LDAP log. I found that there is a false binding attamp every time when the server was started.
Have anyone noticed the same issue? Is this some kind of backdoor put by a programer? I can't find the setting anywhere in the setting files.
[quote]Jan 11 10:09:29 stg slapd[1468]: bind: invalid dn (daftAsABrush)Jan 11 10:09:29 stg slapd[1468]: conn=57 op=0 RESULT tag=97 err=34 text=invalid DNJan 11 10:09:29 stg slapd[1468]: conn=58 fd=21 ACCEPT from IP=127.0.0.1:33436 (IP=0.0.0.0:389)Jan 11 10:09:29 stg slapd[1468]: conn=57 fd=20 closedJan 11 10:09:29 stg slapd[1468]: conn=58 op=0 BIND dn="cn=daftAsABrush,dc=woof" method=128Jan 11 10:09:29 stg slapd[1468]: conn=58 op=0 RESULT tag=97 err=49 text=Jan 11 10:09:29 stg slapd[1468]: conn=59 fd=20 ACCEPT from IP=127.0.0.1:33437 (IP=0.0.0.0:389)Jan 11 10:09:29 stg slapd[1468]: conn=58 fd=21 closed(following is my own setting)Jan 11 10:09:29 stg slapd[1468]: conn=59 op=0 BIND dn="cn=Alfresco,dc=xxxxxx,dc=xxxxx" method=128Jan 11 10:09:29 stg slapd[1468]: conn=59 op=0 RESULT tag=97 err=49 text=Jan 11 10:09:29 stg slapd[1468]: conn=59 fd=20 closedJan 11 10:09:30 stg slapd[1468]: conn=56 op=1 UNBINDJan 11 10:09:30 stg slapd[1468]: conn=56 fd=19 closed[/quote]
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2007 07:00 AM
Hi
This is checking to see if the LDAP server will fall back to anoymous bind in a number of circumstances. If this is the case then the LDAP server will not be used. It is difficult to detect this and revert back to giving only guest access to the app. Unless you know how to get the real uid of the bound user as opposed to the one provided in the bind request … 🙂
Regards
Andy
This is checking to see if the LDAP server will fall back to anoymous bind in a number of circumstances. If this is the case then the LDAP server will not be used. It is difficult to detect this and revert back to giving only guest access to the app. Unless you know how to get the real uid of the bound user as opposed to the one provided in the bind request … 🙂
Regards
Andy

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2007 10:01 PM
Thanks a lot Andy!
