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. [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-130-gdf743d6 ([email protected])
2. [SCM] Netdot branch master updated. netdot-1.0.4-130-gdf743d6
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 3 Dec 2013 09:39:43 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-130-gdf743d6
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 df743d6f5057559303ff11afd94eeea362d97198 (commit)
from 4a0f19b8253c409d8849ef6e6a3edc35a7a58850 (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 df743d6f5057559303ff11afd94eeea362d97198
Author: Carlos Vicente <[email protected]>
Date: Tue Dec 3 12:39:32 2013 -0500
Corrected warning method name in LDAP.pm
diff --git a/lib/Netdot/LDAP.pm b/lib/Netdot/LDAP.pm
index 5625db7..19a9864 100644
--- a/lib/Netdot/LDAP.pm
+++ b/lib/Netdot/LDAP.pm
@@ -131,7 +131,7 @@ sub check_credentials {
", config requires TLS, cannot continue: " .
$tls->error);
return 0;
} elsif ( $does_support_tls ) {
- $r->log_warning("Netdot::LDAP::check_credentials: Failed to
start TLS ".
+ $r->warn("Netdot::LDAP::check_credentials: Failed to start TLS
".
"although server advertises TLS support: " .
$tls->error);
}
}
-----------------------------------------------------------------------
Summary of changes:
lib/Netdot/LDAP.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Netdot
------------------------------
Message: 2
Date: Tue, 3 Dec 2013 09:40:15 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch master updated.
netdot-1.0.4-130-gdf743d6
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, master has been updated
via df743d6f5057559303ff11afd94eeea362d97198 (commit)
from 4a0f19b8253c409d8849ef6e6a3edc35a7a58850 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
lib/Netdot/LDAP.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Netdot
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 81, Issue 1
*******************************************