Started prepping for the move from LDAP Access to LDAP Sync
[citadel.git] / citadel / user_ops.c
index 0a61cb0e28a01dc6c6b7788e7be1eab8b5f40332..5cdd4977a6881c1692755ccfc3bfe23845c17034 100644 (file)
@@ -461,8 +461,10 @@ void rebuild_usersbynumber(void) {
  * getuserbyuid()  -     get user by system uid (for PAM mode authentication)
  *                    returns 0 if user was found
  *
- * WARNING: don't use this function unless you absolutely have to.  It does
- *       a sequential search and therefore is computationally expensive.
+ * WARNING:    don't use this function unless you absolutely have to.  It does
+ *             a sequential search and therefore is computationally expensive.
+ *
+ * FIXME:      build an index, dummy.
  */
 int getuserbyuid(struct ctdluser *usbuf, uid_t number)
 {