]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/ad.c
Fix prev commit
[openldap] / servers / slapd / ad.c
index a3d6ab53c80a161bb6f22709e6a498c8a257e168..89f2c96b6f91db8547262fb2df314c3c7285b06b 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2003 The OpenLDAP Foundation.
+ * Copyright 1998-2004 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -533,6 +533,8 @@ int ad_inlist(
                /*
                 * EXTENSION: see if requested description is @objectClass
                 * if so, return attributes which the class requires/allows
+                * else if requested description is !objectClass, return
+                * attributes which the class does not require/allow
                 */
                oc = attrs->an_oc;
                if( oc == NULL && attrs->an_name.bv_val ) {