|
Bugzilla – Full Text Bug Listing |
| Summary: | sudo ldap fails after upgrade from 1.8 to 1.9.5p2 | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | mathews.dennis |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.9.5 | ||
| Hardware: | IBM | ||
| OS: | AIX | ||
| Attachments: | sudo scripts mkpkg config.log | ||
|
Description
mathews.dennis
2021-01-28 05:59:21 MST
The AIX packages on sudo.ws don't contain support for sudoers in LDAP since AIX doesn't ship with LDAP libraries in the native configuration (that I know of). I didn't realize that the IBM toolbox sudo rpm had LDAP enabled--I'l have to take at look and see whether they use OpenLDAP or IBM LDAP libraries. In the meantime, if you have a working compiler installed you should be able to build your own sudo package from source by running: ./scripts/mkpkg --flavor=ldap --platform=rpm at the top level of the source tree. Created attachment 549 [details]
sudo scripts mkpkg config.log
Haven't had much luck with scripts/mkpkg unfortunately. Yes the IBM toolbox offers 2 ldap enabled sudo rpms sudo - which uses openldap libraries and sudo_ids - uses native AIX libs Looks like your gcc is broken. Ok, no problem. IBM toolbox have released updated rpms, so all good. Thanks |