Sponsored Content
Full Discussion: Poll of sorts - on LDAP
Operating Systems AIX Poll of sorts - on LDAP Post 302835297 by Lerphil on Monday 22nd of July 2013 07:54:25 AM
Old 07-22-2013
Apple Poll of sorts - on LDAP

I have implemented and configured openLDAP, with AIX but have never used IDS. I personally like openLDAP.
 

7 More Discussions You Might Find Interesting

1. IP Networking

select vs poll

Hi, Off late I had been looking at the differences b/w select() & poll() system calls. The requirement is to reduce the overhead, processor power in waiting for the data. In the kind of connections under consideration there would be very frequent data arriving on the sockets, so poll() fares... (12 Replies)
Discussion started by: smanu
12 Replies

2. Shell Programming and Scripting

Create a script which sorts a file

I have a file below which has a list of users and roles with each row having unique combination of users and roles. USER1 ROLE1 USER1 ROLE2 USER2 USER3 ROLE1 USER3 ROLE2 USER3 ROLE3 USER4 ROLE2 .... .... I am trying to create a script which sorts the above file to have all the... (2 Replies)
Discussion started by: stevefox
2 Replies

3. Shell Programming and Scripting

how to poll for new files?

Hi , i have a requirement in which i have to ftp files to unix from windows and vice versa. I have to encrypt files in windows which will then be decrypted in unix and vice versa. Now the process needs to be automated ..therefore when windows server or unix server recieves the files a shell... (5 Replies)
Discussion started by: lifzgud
5 Replies

4. Shell Programming and Scripting

Script that sorts and show only unique IP

Hi, I have this data: Jun 16 88.191.117.191 = 100 Jun 16 88.191.117.191 = 70 Jun 16 88.191.117.191 = 30 Jun 16 200.242.67.142 = 65 Jun 16 125.77.107.212 = 40 Jun 16 125.77.107.212 = 60 And I want to have the ff ouput: Jun 16 88.191.117.191 = 200 Jun 16 ... (6 Replies)
Discussion started by: linuxgeek
6 Replies

5. Shell Programming and Scripting

How to use poll() for I/O multiplex

Hi, guys: I want to write my own shell using C. I am confused about the usage of I/O multiplex. Does anyone know some examples or explain it to me ? Thanks so much (1 Reply)
Discussion started by: tomlee
1 Replies

6. UNIX for Advanced & Expert Users

something like LDAP Administrator 2011.1 "LDAP-SQL" but for the CLI

Hi I am searching a tool like "LDAP Administrator 2011.1"/ "LDAP-SQL" but for the CLI. Wish to use LDAP-SQL in scripts (non Windows GUI environment) http://ldapadministrator.com/resources/english/2011.1/images/sqlquery_large.png Softerra LDAP Administrator 2011.1 - What's New OS is... (2 Replies)
Discussion started by: slashdotweenie
2 Replies

7. Solaris

LDAP Client not connecting to LDAP server

I have very limited knowledge on LDAP configuration and have been trying fix one issue, but unsuccessful. The server, I am working on, is Solaris-10 zone. sudoers is configured on LDAP (its not on local server). I have access to login directly on server with root, but somehow sudo is not working... (9 Replies)
Discussion started by: solaris_1977
9 Replies
AUDISP-PRELUDE.CONF:(5) 				  System Administration Utilities				   AUDISP-PRELUDE.CONF:(5)

NAME
audisp-prelude.conf - the audisp-prelude configuration file DESCRIPTION
audisp-prelude.conf is the file that controls the configuration of the audit based intrusion detection system. There are 2 general kinds of configuration option types, enablers and actions. The enablers simply have yes/no as the only valid choices. The action options currently allow ignore, and idmef as its choices. The ignore option means that the IDS still detects events, but only logs the detection in response. The idmef option means that the IDS will send an IDMEF alert to the prelude manager upon detection. The configuration options that are available are as follows: profile This is a one word character string that is used to identify the profile name in the prelude reporting tools. The default is auditd. detect_avc This an enabler that determines if the IDS should be examining SE Linux AVC events. The default is yes. avc_action This is an action that determines what response should be taken whenever a SE Linux AVC is detected. The default is idmef. detect_login This is an enabler that determines if the IDS should be examining login events. The default is yes. login_action This is an action that determines what response should be taken whenever a login event is detected. The default is idmef. detect_login_fail_max This is an enabler that determines if the IDS should be looking for maximum number of failed logins for an account. The default is yes. login_fail_max_action This is an action that determines what response should be taken whenever the maximum number of failed logins for an account is detected. The default is idmef. detect_login_session_max This is an enabler that determines if the IDS should be looking for maximum concurrent sessions limit for an account. The default is yes. login_session_max_action This is an action that determines what response should be taken whenever the maximum concurrent sessions limit for an account is detected. The default is idmef. detect_login_location This is an enabler that determines if the IDS should be looking for logins being attempted from a forbidden location. The default is yes. login_location_action This is an action that determines what response should be taken whenever logins are attempted from a forbidden location. The default is idmef. detect_login_time_alerts This is an enabler that determines if the IDS should be looking for logins attempted during a forbidden time. The default is yes. login_time_action This is an action that determines what response should be taken whenever logins are attempted during a forbidden time. The default is idmef. detect_abend This is an enabler that determines if the IDS should be looking for programs terminating for an abnormal reason. The default is yes. abend_action This is an action that determines what response should be taken whenever programs terminate for an abnormal reason. The default is idmef. detect_promiscuous This is an enabler that determines if the IDS should be looking for promiscuous sockets being opened. The default is yes. promiscuous_action This is an action that determines what response should be taken whenever promiscuous sockets are detected open. The default is idmef. detect_mac_status This is an enabler that determines if the IDS should be detecting changes made to the SE Linux MAC enforcement. The default is yes. mac_status_action This is an action that determines what response should be taken whenever changes are made to the SE Linux MAC enforcement. The default is idmef. detect_group_auth This is an enabler that determines if the IDS should be detecting whenever a user fails in changing their default group. The default is yes. group_auth_act This is an action that determines what response should be taken whenever a user fails in changing their default group. The default is idmef. detect_watched_acct This is an enabler that determines if the IDS should be detecting a user attempting to login on an account that is being watched. The accounts to watch is set by the watched_accounts option. The default is yes. watched_acct_act This is an action that determines what response should be taken whenever a user attempts to login on an account that is being watched. The default is idmef. watched_accounts This option is a whitespace and comma separated list of accounts to watch. The accounts may be numeric or alphanumeric. If you want to include a range of accounts, separate them with a dash but no spaces. For example, to watch logins from bin to lp, use "bin-lp". Only successful logins logins are recorded. detect_watched_syscall This is an enabler that determines if the IDS should be detecting whenever a user runs a command that issues a syscall that is being watched. The default is yes. watched_syscall_act This is an action that determines what response should be taken whenever a user runs a command that issues a syscall that is being watched. The default is idmef. detect_watched_file This is an enabler that determines if the IDS should be detecting whenever a user accesses a file that is being watched. The default is yes. watched_file_act This is an action that determines what response should be taken whenever a user accesses a file that is being watched. The default is idmef. detect_watched_exec This is an enabler that determines if the IDS should be detecting whenever a user executes a program that is being watched. The default is yes. watched_exec_act This is an action that determines what response should be taken whenever a user executes a program that is being watched. The default is idmef. detect_watched_mk_exe This is an enabler that determines if the IDS should be detecting whenever a user creates a file that is executable. The default is yes. watched_mk_exe_act This is an action that determines what response should be taken whenever a user creates a file that is executable. The default is idmef. SEE ALSO
audispd(8), audisp-prelude(8), prelude-manager(1). AUTHOR
Steve Grubb Red Hat Mar 2008 AUDISP-PRELUDE.CONF:(5)
All times are GMT -4. The time now is 09:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy