Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eudc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xemacs
eudc
Commits
3ec4c0762ac9
Commit
3ec4c0762ac9
authored
26 years ago
by
steveb
Browse files
Options
Downloads
Patches
Plain Diff
eudc-1.06
parent
210a35328384
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+8
-0
8 additions, 0 deletions
ChangeLog
Makefile
+2
-2
2 additions, 2 deletions
Makefile
eudc-ldap.el
+5
-6
5 additions, 6 deletions
eudc-ldap.el
eudc.texi
+4
-4
4 additions, 4 deletions
eudc.texi
with
19 additions
and
12 deletions
ChangeLog
+
8
−
0
View file @
3ec4c076
1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
* eudc: Released 1.06
* eudc-ldap.el (eudc-ldap-get-field-list): Adapt to change in
ldap.el from `ldap-host-parameters-alist' to
`ldap-host-parameters-plist'
1998-04-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
* eudc: Released 1.05
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
3ec4c076
...
...
@@ -17,8 +17,8 @@
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
VERSION
=
1.0
5
AUTHOR_VERSION
=
1.0
5
VERSION
=
1.0
6
AUTHOR_VERSION
=
1.0
6
MAINTAINER
=
Oscar Figueiredo <Oscar.Figueiredo@epfl.ch>
PACKAGE
=
eudc
PKG_TYPE
=
regular
...
...
This diff is collapsed.
Click to expand it.
eudc-ldap.el
+
5
−
6
View file @
3ec4c076
...
...
@@ -5,7 +5,7 @@
;; Author: Oscar Figueiredo <Oscar.Figueiredo@epfl.ch>
;; Maintainer: Oscar Figueiredo <Oscar.Figueiredo@epfl.ch>
;; Created: Feb 1998
;; Version: 1.
7
;; Version: 1.
8
;; Keywords: help
;; This file is part of XEmacs
...
...
@@ -136,8 +136,8 @@
(
defun
eudc-ldap-get-field-list
(
dummy
&optional
objectclass
)
"Return a list of valid attribute names for the current server.
OBJECTCLASS is the LDAP ob
e
jct class for which the valid
OBJECTCLASS is the LDAP obj
e
ct class for which the valid
attribute names are returned. Default to `person'"
(
interactive
)
(
or
eudc-server
(
call-interactively
'eudc-set-server
))
...
...
@@ -140,11 +140,10 @@
attribute names are returned. Default to `person'"
(
interactive
)
(
or
eudc-server
(
call-interactively
'eudc-set-server
))
(
let
((
ldap-host-parameters-alist
(
list
(
list
eudc-server
'
(
scope
.
subtree
)
'
(
sizelimit
.
1
)))))
(
let
((
ldap-host-parameters-plist
(
list
(
cons
eudc-server
'
(
scope
subtree
sizelimit
1
)))))
(
mapcar
'eudc-ldap-cleanup-record
(
ldap-search
(
eudc-ldap-format-query-as-rfc1558
...
...
This diff is collapsed.
Click to expand it.
eudc.texi
+
4
−
4
View file @
3ec4c076
...
...
@@ -14,7 +14,7 @@
* EUDC:: A client for directory servers (LDAP, PH)
@end direntry
This file documents EUDC v1.0
5
This file documents EUDC v1.0
6
EUDC is part of XEmacs.
...
...
@@ -92,7 +92,7 @@
@comment node-name, next, previous, up
This manual documents EUDC v1.0
5
, the Emacs Unified Directory Client.
This manual documents EUDC v1.0
6
, the Emacs Unified Directory Client.
A common interface interface to directory servers using various
protocols such as LDAP or the CCSO white pages directory system (PH/QI)
...
...
@@ -724,7 +724,7 @@
@subsection LDAP Locals
@defvar eudc-ldap-bbdb-conversion-alist
An alist defining the mapping from BBDB to LDAP atribute names.
An alist defining the mapping from BBDB to LDAP at
t
ribute names.
(@pxref
{
Creating BBDB Records
}
)
@end defvar
...
...
@@ -733,7 +733,7 @@
@subsection PH Locals
@defvar eudc-ph-bbdb-conversion-alist
An alist defining the mapping from BBDB to PH/QI atribute names.
An alist defining the mapping from BBDB to PH/QI at
t
ribute names.
(@pxref
{
Creating BBDB Records
}
)
@end defvar
...
...
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