Searched refs:usn (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/usn/
H A DMakefile16 PROGRAMS = usn.la
34 usn.la: usn.lo
H A Dusn.c1 /* $NetBSD: usn.c,v 1.2 2021/08/14 16:14:54 christos Exp $ */
3 /* usn.c - Maintain Microsoft-style Update Sequence Numbers */
24 __RCSID("$NetBSD: usn.c,v 1.2 2021/08/14 16:14:54 christos Exp $");
212 "usn must be instantiated within a database.\n" );
295 static slap_overinst usn; variable
302 memset( &usn, 0, sizeof( slap_overinst ) );
303 usn.on_bi.bi_type = "usn";
304 usn.on_bi.bi_flags = SLAPO_BFLAG_SINGLE;
305 usn
[all...]

Completed in 66 milliseconds