Re: [Prelude Hybrid IDS] #172: registration-server daemon - flexability for large and distributed deployments

"Prelude Hybrid IDS" <[email protected]>
Newsgroups gmane.comp.security.ids.prelude.devel
Message-ID <[email protected]>
#172: registration-server daemon - flexability for large and distributed
deployments
----------------------------------------+-----------------------------------
 Reporter:  [email protected]       |        Owner:  yoann
     Type:  enhancement                 |       Status:  new  
 Priority:  normal                      |    Milestone:       
Component:  prelude-manager             |      Version:  0.9  
 Severity:  normal                      |   Resolution:       
 Keywords:  registration server daemon  |  
----------------------------------------+-----------------------------------
Comment (by [email protected]):

 I handleed this with a simple shell script
 first i started the registration server like so

 {{{ prelude-adduser registration-server prelude-manager --uid=0 --gid=0
 --passwd=xxxxxx --no-confirm --keepalive }}}


 then # used this script
 {{{
 #!/bin/bash
 for i in `cat $1`
 do
         ssh -F /etc/mrtools/ssh_automated_config $i sudo prelude-adduser
 register prelude-lml '"idmef:w admin:r"' $2 --uid 0 --gid 0 --passwd=$3
 done
 }}}

 {{{ registration.sh /path/to/file/containing/list-of-hosts managerhostname
 password }}}

-- 
Ticket URL: <https://trac.prelude-ids.org/ticket/172#comment:1>
Prelude Hybrid IDS <http://www.prelude-ids.org>
The Prelude Hybrid Intrusion Detection System suite
_______________________________________________
Prelude-devel site list
[email protected]
http://www.prelude-ids.org/mailman/listinfo/prelude-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.