Send Netdot-devel mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."
Today's Topics:
1. [Netdot - Feature #1781] Adding the possibility to
authenticate using LDAP with differents subordinates groups
([email protected])
2. [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.6-5-ga016937 ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Wed, 14 May 2014 00:53:46 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Feature #1781] Adding the
possibility to authenticate using LDAP with differents subordinates
groups
To: [email protected], [email protected],
[email protected]
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
Issue #1781 has been updated by Karsten Heymann.
Hi,
we need this feature too, so let me add how LDAP authentication usually is
implemented:
1) User enters username and password
2) App does anonymous bind to ldap and searches for uid=<username>, using a
configured search prefix and usually an additional filter that can be set in
configuration like objectClass=inetorgperson.
3) If ldap server returns exactly one entry, use it's dn to bind with the
password the user entered to authenticate the user.
See also http://www-archive.mozilla.org/directory/faq/perldap-faq.html#_ldap_10
----------------------------------------
Feature #1781: Adding the possibility to authenticate using LDAP with
differents subordinates groups
https://osl.uoregon.edu/redmine/issues/1781#change-3174
Author: Blakkheim GW
Status: Feedback
Priority: Normal
Assignee: Carlos Vicente
Category: Netdot
Target version:
Resolution:
We would like to be able to authenticate using our LDAP server with multiple
subordinates groups. In the latest version of Netdot, the application append
the NetdotLDAPSearchBase to the user DN so if you have differents users in
differents groups, the auth fails.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://osl.uoregon.edu/redmine/my/account
------------------------------
Message: 2
Date: Wed, 14 May 2014 10:17:30 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.6-5-ga016937
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".
The branch, netdot-1.0 has been updated
via a016937ebb9515c037e44940b0e0cc172b96f786 (commit)
from 967066fd14ad12720bd96116e067e39eca1df09d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a016937ebb9515c037e44940b0e0cc172b96f786
Author: Carlos Vicente <[email protected]>
Date: Wed May 14 13:17:18 2014 -0400
Add title to audit section in view.html
diff --git a/htdocs/generic/view.html b/htdocs/generic/view.html
index 9d109b9..ea14399 100644
--- a/htdocs/generic/view.html
+++ b/htdocs/generic/view.html
@@ -154,8 +154,10 @@ foreach my $i ( keys %linksfrom ){
<!-- Display audit records associated with this object-->
%if ( $view eq 'all' || $view eq 'audit' ){
<div class="container">
+ <div class="containerhead">audit</div>
% my @audit = $obj->get_audit_records();
<& sortresults.mhtml, object => \@audit , view => "row", sort => 0 &>
+ </div>
</div>
%}
<!-- End Display audit records -->
-----------------------------------------------------------------------
Summary of changes:
htdocs/generic/view.html | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Netdot
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 86, Issue 9
*******************************************