Displaying 3 results from an estimated 3 matches for "passwd_path".
2001 Jun 18
2
Patch for changing expired passwords
...msg = "Password for %.100s has expired, running 'passwd' to reset it";
+ /*
+ * Can't pass "user" to 'passwd' because Linux doesn't
+ * allow it.
+ * Also, the prompt is friendlier without "user".
+ */
+ command = xstrdup(PASSWD_PATH);
+ } else {
+ msg = "Password for %.100s has expired and cannot be changed without a pty";
+ /*
+ * Without a pty, Solaris 'passwd' prints "Permission
+ * denied", but Linux attempts to change the password
+ * and fails miserably, so echo an error me...
2016 Oct 22
0
samba 4.5.0 on HPUX(IA-64) make quicktest fails with error Failed to add entry for user.
...tate directory = /home/arjit/samba-4.5.0/st/nt4_dc/lockdir
doing parameter cache directory = /home/arjit/samba-4.5.0/st/nt4_dc/lockdir
doing parameter passdb backend = tdbsam
doing parameter time server = yes
doing parameter add user script = /home/arjit/samba-4.5.0/lib/nss_wrapper/nss_wrapper.pl --passwd_path /home/arjit/samba-4.5.0/st/nt4_dc/private/passwd --type passwd --action add --name %u --gid 65533
doing parameter add group script = /home/arjit/samba-4.5.0/lib/nss_wrapper/nss_wrapper.pl --group_path /home/arjit/samba-4.5.0/st/nt4_dc/private/group --type group --action add --name %g
doing paramete...
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer