Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/apache-spark/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 将NSS与putpwent、Putpowned、Putgent等一起使用_Linux_Shadow_User Management_Nss_Passwd - Fatal编程技术网

Linux 将NSS与putpwent、Putpowned、Putgent等一起使用

Linux 将NSS与putpwent、Putpowned、Putgent等一起使用,linux,shadow,user-management,nss,passwd,Linux,Shadow,User Management,Nss,Passwd,我正在尝试使用诸如useradd、usermod、groupadd等实用程序来监视Linux上的用户创建和修改 我正在考虑为此使用nsswitch.conf。但根据FreeBsd上的页面,诸如putpwent和putpowned等功能不能切换。PAM也不是一个选项,因为它只能用于对使用“useradd”或其他实用程序的帐户进行身份验证 有人知道在Linux上监视用户创建和修改的方法吗

我正在尝试使用诸如useradd、usermod、groupadd等实用程序来监视Linux上的用户创建和修改

我正在考虑为此使用nsswitch.conf。但根据FreeBsd上的页面,诸如putpwent和putpowned等功能不能切换。PAM也不是一个选项,因为它只能用于对使用“useradd”或其他实用程序的帐户进行身份验证

有人知道在Linux上监视用户创建和修改的方法吗