Displaying 2 results from an estimated 2 matches for "secretword".
2007 Mar 09
0
YAACID and manager.conf security
...to spawn browser popups on an incoming call. My question is, under
manager.conf, what are the suggested settings so that I can get the
browser popups only? I'll be at different IPs so I can't lock it
down that way.. I guess I don't need any write access?
[managername]
secret=secretword
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user
thanks
Todd
2002 Sep 05
0
error in smbpasswd (now in english, sorry)
...awn /usr/bin/smbpasswd $usuario
expect {
"assword*:" {
sleep .5s
send "$senha\r"
exp_continue
}
}
This scripts take data of a text file like this:
0334_99:/home/samba/alunos/0334_99:secretword
0812_99:/home/samba/alunos/0812_99:wordsecret
[...]
Because username have to begin with a alfa char and not only numeric
digits we have to put F in front of RA number (user name). This
procedure is taked in caduser.
The script trocapass call passwd and pass to it the password, then it
invoke smbp...