Custom Query (894 matches)
Results (7 - 9 of 894)
Ticket | Owner | Reporter | Resolution | Summary | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#53 | dclark | desai | fixed | Improve cert support | ||||||||||||||||||||||||||||
Description |
We need to improve our use of certificates:
|
|||||||||||||||||||||||||||||||
#74 | dclark | dclark | worksforme | encap supported platforms - user reports | ||||||||||||||||||||||||||||
Description |
This ticket is for users of the encap bootstrap code to report success on platforms not listed in the current README file. Please do not close this ticket. If you have done substantial work to add a completely new platform, or are having problems, please open a separate ticket. Please include at least the following information in any reports:
Example:
dc: "Daniel Clark" <mailto:[email protected]…> |
|||||||||||||||||||||||||||||||
#458 | dclark | dclark | fixed | Default to numeric users/groups | ||||||||||||||||||||||||||||
Description |
Numeric users and groups should be used by default in all Bcfg2 code, as there is no guarantee that UID 0 or GID 0 will be named "root". On AIX, GID 0 is named "system", so this causes permissions verifications to fail on AIX, which causes machines to show up as dirty. If not already possible users should also be able to use numeric UID and GID values in info/:info files. Attached is a patch (that doesn't actually work) that shows all the places in the code I could find the behavior for groups. Fixing this bug is critical for Bcfg2 to support AIX. |