Skip to content

Commit

Permalink
Moved files back
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarr committed Jan 29, 2001
1 parent 929a818 commit b3408ec
Show file tree
Hide file tree
Showing 5 changed files with 2,801 additions and 0 deletions.
18 changes: 18 additions & 0 deletions contrib/README
@@ -0,0 +1,18 @@
This directory is avaliable via CVS on sourceforge, for more details see

http://sourceforge.net/cvs/?group_id=5050

The files in this directory are

schema A script to do LDAP directory schema lookups
tklkup A Perl/Tk script to do LDAP directory lookups
dot.tklkup Control file for schema and tklkup
printMembers.pl Print all members of a group
isMember.pl Determine if a given user is a member of a given group

Each file contains a POD with its full description and author contacts.
e.g.

perldoc schema


52 changes: 52 additions & 0 deletions contrib/dot.tklkup
@@ -0,0 +1,52 @@
#
# Initialization file for tklkup. This file should reside
# in the user home directory as .tklkup.
#
# Set up which side you want the Attributes pane to be displayed
# on.
#
hand: left
#
# Define what whose base to use, base that is specified by this
# file or a base that is determined by querying the server.
# You must be carefull when allowing the server to determine the
# base, it could take quite sometime to determine all of the bases.
# During this time the script will appear to be doing nothing, with
# a possible error message being displayed when a search limit is
# reached.
# This attribute should be listed before any base or server
# name/base lines are defined.
#
mybase: 1
#
#
# If mybase is invoked, not commented out, then use the following as
# bases
#
# Base statment(s) when mybase is defined. It will
# be the default when mybase is NOT defined but the server does NOT
# have a defined base associated with it.
#
base: ou=People,o=ucalgary.ca
base: o=University of Arkansas, c=US
#
# Set up the search attributes you want listed on
# the Attribute and Select Additional Attributes button.
#
attribute: uid
attribute: cn
attribute: sn
attribute: rfc822mailbox
attribute: uidNumber
attribute: gidNumber
attribute: telephonenumber
attribute: facsimiletelephonenumber
attribute: givenname
attribute: fullname
attribute: firstname
#
# Set up the Directory Servers you want listed on
# the Select Directory Server button.
#
server: directory.ucalgary.ca: ou=People,o=ucalgary.ca
server: www.uark.edu: o=University of Arkansas, c=US

0 comments on commit b3408ec

Please sign in to comment.