Custom Query (196 matches)
Results (139 - 141 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#162 | fixed | Upgrade scripts servers to Fedora 13 | andersk | |
Description |
Fedora 11 reached end of life on June 25 and is no longer receiving security support. We’ve been backporting some security updates manually. We should actually upgrade to Fedora 13. (Not that we didn’t know, just that we didn’t have a ticket. See also the Fedora 13 milestone.) |
|||
#166 | fixed | git daemon doesn't deal with unknown vhosts well | geofft | |
Description |
dr-wily:~ geofft$ git ls-remote git://blah.geofft.scripts.mit.edu/blah.git fatal: protocol error: bad line length character: Can' Presumably it can't something. I wonder what it can't. |
|||
#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. |