mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Mention init.d scripts on AIX and HP-UX
Mention sudoers group mismatch fix
This commit is contained in:
parent
53d9429b87
commit
6bffa9a4a9
8
NEWS
8
NEWS
@ -35,6 +35,14 @@ What's new in Sudo 1.8.10?
|
|||||||
server. If netgroups are not needed, this option can be disabled
|
server. If netgroups are not needed, this option can be disabled
|
||||||
to reduce the load on the LDAP server.
|
to reduce the load on the LDAP server.
|
||||||
|
|
||||||
|
* Sudo is once again able to open the sudoers file when the group
|
||||||
|
on sudoers doesn't match the expected value, so long as the file
|
||||||
|
is not group writable.
|
||||||
|
|
||||||
|
* Sudo now installs an init.d script to clear the time stamp
|
||||||
|
directory at boot time on AIX and HP-UX systems. These systems
|
||||||
|
either lack /var/run or do not clear it on boot.
|
||||||
|
|
||||||
What's new in Sudo 1.8.9p5?
|
What's new in Sudo 1.8.9p5?
|
||||||
|
|
||||||
* Fixed a compilation error on AIX when LDAP support is enabled.
|
* Fixed a compilation error on AIX when LDAP support is enabled.
|
||||||
|
@ -12,6 +12,10 @@ o Upgrading from a version prior to 1.8.10:
|
|||||||
important that the time stamp files not persist when the system
|
important that the time stamp files not persist when the system
|
||||||
reboots. For this reason, ther default location for the time
|
reboots. For this reason, ther default location for the time
|
||||||
stamp files has changed back to a directory located in /var/run.
|
stamp files has changed back to a directory located in /var/run.
|
||||||
|
Systems that do not have /var/run (e.g. AIX) or that do not clear
|
||||||
|
it on boot (e.g. HP-UX) will need to clear the time stamp
|
||||||
|
directory via a startup script. Such a script is installed by
|
||||||
|
default on AIX and HP-UX systems.
|
||||||
|
|
||||||
Because there is now a single time stamp file per user, the -K
|
Because there is now a single time stamp file per user, the -K
|
||||||
option will remove all of the user's time stamps, not just the
|
option will remove all of the user's time stamps, not just the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user