Displaying 1 result from an estimated 1 matches for "jgitjt".
Did you mean:
gitt
2005 Dec 12
1
Winbind & adding users... is `useradd` being called? %u parameter?
...ted the "add user script" as below, but
nothing is written to /tmp/foo.
add user script = /root/foo.sh '%u'
# ls -l /root/foo.sh
-rwxrwxrwx 1 root root 54 Dec 12 11:31 /root/foo.sh
# ls -l /tmp/foo
-rw-rw-rw- 1 root root 15 Dec 12 11:31 /tmp/foo
# cat /tmp/foo
gjitijt jgitjt
# cat /root/foo.sh
#!/bin/bash
echo "$@" >> /tmp/foo
exit 0
# /root/foo.sh howdy doody
# cat /tmp/foo
gjitijt jgitjt
howdy doody
#
I've added a subdirectory of /home for the DOMAIN, but that makes no
difference:
# ls -ld /home/
drwxr-xr-x 4 root root 120 Dec 12 11...