Custom Query (196 matches)
Results (82 - 84 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#169 | wontfix | Failed LDAP replication due to busy replica should only warn when persistent | ezyang | |
Description |
Failed LDAP replication due to busy replica is an intermittent error and not a problem unless it persists. Thus, Nagios should not immediately warn about it. |
|||
#168 | wontfix | scripts-cert-test IP address | ezyang | |
Description |
We should get a scripts-cert-test IP address so that we can serve the correct certificate when navigating to scripts-cert.mit.edu (this requires IP based virtual host, so the usual iptables trick doesn't work.) |
|||
#167 | fixed | scriptsVhost LDAP schema has invalid syntax specification | ezyang | |
Description |
We use DirectoryString? (1.3.6.1.4.1.1466.115.121.1.15) for scriptsVhostDirectory, but scriptsVhostDirectory will be empty in the case of the top level directory and DirectoryString? is not permitted to be empty. We should probably be using something like UTF8String ( IANA-ASSIGNED-OID.2 DESC 'UTF8String' ) instead. It's unclear how a migration for this would happen. This is relevant because Fedora 13 turns on syntax validation (nsslapd-syntaxcheck) by default; we need to turn this off for now. |