Open
Bug 221286
Opened 21 years ago
Updated 2 years ago
Don't let user try to add LDAP server if built with --disable-ldap
Categories
(MailNews Core :: LDAP Integration, defect)
MailNews Core
LDAP Integration
Tracking
(Not tracked)
NEW
People
(Reporter: csthomas, Assigned: aceman)
References
Details
(Keywords: useless-UI)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031004
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031004
If moz is compiled with --disable-ldap, I think it should warn you when you try
to add an LDAP server.
Reproducible: Always
Steps to Reproduce:
Compile moz with --disable-ldap. Try to add an LDAP server.
Actual Results:
Nothing. You click "Add", and then the server list remains empty.
Expected Results:
Either add the server to the list (bad behavior since LDAP was disabled) or warn
the user that with LDAP disabled, you can't add a server.
Comment 1•21 years ago
|
||
Confirming. The best way to fix this is probably fixing bug 84004.
Status: UNCONFIRMED → NEW
Depends on: 84004
Ever confirmed: true
Keywords: useless-UI
OS: Windows XP → All
Hardware: PC → All
Comment 2•20 years ago
|
||
Even better would be to hide the ldap related UI in this case. However warning
the user is the next best thing. I was really puzzled when no server appeared
after clicking add.
Updated•20 years ago
|
Product: MailNews → Core
Comment 3•18 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
Updated•17 years ago
|
QA Contact: grylchan → ldap-integration
Updated•17 years ago
|
Product: Core → MailNews Core
We can hide/disable UI if there are some useful compile-times defines set according to this --disable-ldap option. Looks like there is MOZ_LDAP_XPCOM .
Assignee: nobody → acelists
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•