Dear all,
I've just started to rewrite the whole of this section.
What's the best way to get all the explicit operational attributes you can request?
I want to expand what you can get at via:
Backends Connections Databases Listener Log Operations Overlays SASL Statistics Threads Time TLS Waiters
I'm sure I've seen them mentioned somewhere.....
Thanks.
--On Wednesday, December 06, 2006 9:16 PM +0000 Gavin Henry ghenry@suretecsystems.com wrote:
Dear all,
I've just started to rewrite the whole of this section.
What's the best way to get all the explicit operational attributes you can request?
You mean like the + operator to searches?
lsearch uid=quanah + dn: uid=quanah,cn=accounts,dc=stanford,dc=edu structuralObjectClass: suAccount creatorsName: cn=manager,dc=stanford,dc=edu createTimestamp: 20030529234623Z entryUUID: 1d9a7fc4-019e-1028-8bad-89d9a09c6a42 entryCSN: 20050929125344Z#000020#00#000000 modifiersName: uid=quanah,cn=accounts,dc=stanford,dc=edu modifyTimestamp: 20050929125344Z entryDN: uid=quanah,cn=accounts,dc=stanford,dc=edu subschemaSubentry: cn=Subschema hasSubordinates: FALSE
dn: suRegID=85e49978f61311d2ae662436000baa77,cn=people,dc=stanford,dc=edu structuralObjectClass: suPerson entryUUID: 0c2c3a54-adca-102a-967d-03156481d080 creatorsName: cn=manager,dc=stanford,dc=edu createTimestamp: 20060722123339Z entryCSN: 20061121182309Z#000000#00#000000 modifiersName: cn=slog-people,cn=service,cn=applications,dc=stanford,dc=edu modifyTimestamp: 20061121182309Z entryDN: suRegID=85e49978f61311d2ae662436000baa77,cn=people,dc=stanford,dc=edu subschemaSubentry: cn=Subschema hasSubordinates: FALSE
--Quanah
-- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
<quote who="Quanah Gibson-Mount">
--On Wednesday, December 06, 2006 9:16 PM +0000 Gavin Henry ghenry@suretecsystems.com wrote:
Dear all,
I've just started to rewrite the whole of this section.
What's the best way to get all the explicit operational attributes you can request?
You mean like the + operator to searches?
Aye, I remembered just after I clicked send. Doh!
lsearch uid=quanah + dn: uid=quanah,cn=accounts,dc=stanford,dc=edu structuralObjectClass: suAccount creatorsName: cn=manager,dc=stanford,dc=edu createTimestamp: 20030529234623Z entryUUID: 1d9a7fc4-019e-1028-8bad-89d9a09c6a42 entryCSN: 20050929125344Z#000020#00#000000 modifiersName: uid=quanah,cn=accounts,dc=stanford,dc=edu modifyTimestamp: 20050929125344Z entryDN: uid=quanah,cn=accounts,dc=stanford,dc=edu subschemaSubentry: cn=Subschema hasSubordinates: FALSE
dn: suRegID=85e49978f61311d2ae662436000baa77,cn=people,dc=stanford,dc=edu structuralObjectClass: suPerson entryUUID: 0c2c3a54-adca-102a-967d-03156481d080 creatorsName: cn=manager,dc=stanford,dc=edu createTimestamp: 20060722123339Z entryCSN: 20061121182309Z#000000#00#000000 modifiersName: cn=slog-people,cn=service,cn=applications,dc=stanford,dc=edu modifyTimestamp: 20061121182309Z entryDN: suRegID=85e49978f61311d2ae662436000baa77,cn=people,dc=stanford,dc=edu subschemaSubentry: cn=Subschema hasSubordinates: FALSE
--Quanah
-- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
I'm not sure if you mean operational attributes (as Quanah specified) or more along the lines of "what's an authoratative list of back-monitor entries?"
The parts you mention are coded in servers/slapd/back-monitor/init.c, static struct monitor_subsys_t known_monitor_subsys[], with some English descriptions in the code.
There are some details of the contents, in English, http://www.openldap.org/devel/cvsweb.cgi/~checkout~/servers/slapd/back-monit... perhaps start there and ask more specific questions if that's lacking?
On Wed, 6 Dec 2006, Gavin Henry wrote:
Dear all,
I've just started to rewrite the whole of this section.
What's the best way to get all the explicit operational attributes you can request?
I want to expand what you can get at via:
Backends Connections Databases Listener Log Operations Overlays SASL Statistics Threads Time TLS Waiters
I'm sure I've seen them mentioned somewhere.....
Thanks.
-- Kind Regards,
Gavin Henry. Managing Director.
T +44 (0) 1224 279484 M +44 (0) 7930 323266 F +44 (0) 1224 824887 E ghenry@suretecsystems.com
Open Source. Open Solutions(tm).
<quote who="Aaron Richton">
I'm not sure if you mean operational attributes (as Quanah specified) or more along the lines of "what's an authoratative list of back-monitor entries?"
It was the later.
The parts you mention are coded in servers/slapd/back-monitor/init.c, static struct monitor_subsys_t known_monitor_subsys[], with some English descriptions in the code.
Will also check this out.
There are some details of the contents, in English, http://www.openldap.org/devel/cvsweb.cgi/~checkout~/servers/slapd/back-monit... perhaps start there and ask more specific questions if that's lacking?
Thanks, I've got that one.
On Wed, 6 Dec 2006, Gavin Henry wrote:
Dear all,
I've just started to rewrite the whole of this section.
What's the best way to get all the explicit operational attributes you can request?
I want to expand what you can get at via:
Backends Connections Databases Listener Log Operations Overlays SASL Statistics Threads Time TLS Waiters
I'm sure I've seen them mentioned somewhere.....
Thanks.
-- Kind Regards,
Gavin Henry. Managing Director.
T +44 (0) 1224 279484 M +44 (0) 7930 323266 F +44 (0) 1224 824887 E ghenry@suretecsystems.com
Open Source. Open Solutions(tm).