Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
b69570ba
Commit
b69570ba
authored
26 years ago
by
Predrag "Pele" Balorda
Browse files
Options
Downloads
Patches
Plain Diff
updates of README and TODO in gtk-tool
parent
fe4497e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/gtk-tool/README
+12
-17
12 additions, 17 deletions
contrib/gtk-tool/README
contrib/gtk-tool/TODO
+3
-1
3 additions, 1 deletion
contrib/gtk-tool/TODO
with
15 additions
and
18 deletions
contrib/gtk-tool/README
+
12
−
17
View file @
b69570ba
...
...
@@ -7,23 +7,18 @@ read TODO!
Just type 'make' to compile and if you have all the necessary stuff it'll do so.
You do need the latest version of Gtk+ and Gtk-- (which may be tricky to build).
After that, hopefully all goes well, you start the thing by doing:
./main
It will default to base of o=University of Michigan, c=US", localhost, and
LDAP_PORT (389). This is because OpenLDAP comes with the UMICH ldif and the
assumption is that many of you have actually created a test db with that data
(to see that people don't lie when they say OpenLDAP actually works or
something). If you want to change any of these do ./main -h and it will give
you a list of supported parameters.
In short this is what you can do:
./main -h ldap-server.somewhere.net -p 28345 -b "o=OpenLDAP Foundation, c=US"
I really couldn't think of anything else to put here (at the moment
that is). But please feel free to add whatever else you consider
neccessary to understanding how this thing works. Enjoy, and I hope
this can be useful to you in some miniscule way.
./main -s localhost
It no longer has a default base, instead it reads cn=config off your slapd
and accordignly inserts all available databases under "localhost". If you are
not running slapd on your local machine, then supply it with a "-s hostname"
i.e.:
./main -s server02.nowhere.net
It does not accept -b switch as it no longer needs it to aquire databases.
But please feel free to add whatever else you consider neccessary to
understanding how this thing works. Enjoy, and I hope this can be useful to
you in some miniscule way.
All emails to -devel list, and plase make sure you put "GTK-TOOL"
in the subject line, so other people who are not interested don't
...
...
This diff is collapsed.
Click to expand it.
contrib/gtk-tool/TODO
+
3
−
1
View file @
b69570ba
LOADS!!!
Priorities:
Make it useful!
Now that we have cn=config we can start using ldap_get_option propperly
and be able to run/stop server from the gtk-tool. Other things like
new entries would now come in handy.
Implement searches
port to autoconf (anyone? it should be easy)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment