9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi I have this command that when put on the command line it returns the output the way I want it.
/opt/quest/bin/vastool list -a groups | grep testdev_li | grep dev | awk -F"" 'NF>2{print $2}' | cut -c2- | tr '\n' '|'
The output of this is
... (2 Replies)
Discussion started by: ajetangay
2 Replies
2. Linux
Hey guys!
So I decided to set up some basic user authentication on my apache2 server, and I am running into some problems. I followed the documentation provided by apache on their website, but I cant create the password file for some reason. I did a little trouble shooting myself, and found... (40 Replies)
Discussion started by: LinuxIntern445
40 Replies
3. UNIX for Dummies Questions & Answers
I'm trying to set up a folder in my home directory that will be shared with another user but for some reason it is not working this is what I've done, I have tried two different ways using ACL's and chown/chgrp etc
I set up a group called say: sharedgroup and added both my user (john) and fred... (3 Replies)
Discussion started by: 14952john
3 Replies
4. Shell Programming and Scripting
do
case $option in
d ) CHEC=true;;
# more option processing can go here
\? ) echo "Unknown option: -$OPTARG"
: ) echo "Missing option argument for -$OPTARG";;
* ) echo "Unimplimented option: -$OPTARG";;
esac
done
shift $(($OPTIND - 1)) (2 Replies)
Discussion started by: upenmishra
2 Replies
5. Red Hat
Hi Guys,
I want to some guidance from you in setting up the Live FTP server in Redhat Linux 6 with Static IP
120.50.150.50.
Now should I set my Static Public IP directly to my Linux machine?
If so what whould be my sunbet mask?
Is any type of natting required here? if so where would... (2 Replies)
Discussion started by: manalisharmabe
2 Replies
6. UNIX for Dummies Questions & Answers
Hello there,
I am new to this forum as well as to the UNIX world. Recently graduated with a degree in Computing and just started learning UNIX & bought 3 Sun Ultra 10 Servers. I was trying to set the Servers up so I can use them; the Servers don't have a VGA card. My laptop, which I would be... (6 Replies)
Discussion started by: frhan2u
6 Replies
7. Ubuntu
Saw an error while setting up an application called i2phex:
# ./run.sh
java.lang.RuntimeException: Failed to initialize phex.net.repres.i2p.I2PPresentationManager
at phex.common.ManagerController.initializeManagers(ManagerController.java:78)
at phex.Main.main(Main.java:161)After... (0 Replies)
Discussion started by: Israel213
0 Replies
8. IP Networking
hello, i need help on setting my coyote linux, i've working on this for last 5 days, can't get it to work. I've been posting this message to coyote forum, and other linux forum, but haven't get any answer yet. Hope someone here can help me...... please see my attached picture first.
... (0 Replies)
Discussion started by: dlwoaud
0 Replies
9. Solaris
Hello,
Iam having problems getting more then one ip to work here is my setup!
Hostname: nexus
NIC: e000g1
(example ips)
My ips 80.80.80.15 to 80.80.80.20
Defaultrouter 80.80.80.1
nameservers 80.80.80.100 and 80.80.80.200
How would i do this? Any help would be mutch appriciated!... (7 Replies)
Discussion started by: empty
7 Replies
SLAPO-DYNGROUP(5) File Formats Manual SLAPO-DYNGROUP(5)
NAME
slapo-dyngroup - Dynamic Group overlay to slapd
SYNOPSIS
/etc/openldap/slapd.conf
DESCRIPTION
The Dynamic Group overlay allows clients to use LDAP Compare operations to test the membership of a dynamic group the same way they would
check against a static group. Compare operations targeting a group's static member attribute will be intercepted and tested against the
configured dynamic group's URL attribute.
Note that this intercept only happens if the actual Compare operation does not return a LDAP_COMPARE_TRUE result. So if a group has both
static and dynamic members, the static member list will be checked first.
CONFIGURATION
This slapd.conf option applies to the Dynamic Group overlay. It should appear after the overlay directive.
attrpair <memberAttr> <URLattr>
Specify the attributes to be compared. A compare operation on the memberAttr will cause the URLattr to be evaluated for the result.
EXAMPLES
database bdb
...
overlay dyngroup
attrpair member memberURL
FILES
/etc/openldap/slapd.conf
default slapd configuration file
SEE ALSO
slapd.conf(5), slapd-config(5).
AUTHOR
Howard Chu
OpenLDAP 2.4.39 2014/01/26 SLAPO-DYNGROUP(5)