From bdb330bbd670bead9bae2bbc8c07734ca4c3fb16 Mon Sep 17 00:00:00 2001 From: shelling Date: Sat, 21 Apr 2012 14:13:02 +0800 Subject: [PATCH] update TODO --- TODO.org | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/TODO.org b/TODO.org index a4ef7a5..098d331 100644 --- a/TODO.org +++ b/TODO.org @@ -1,11 +1,19 @@ +#+STARTUP: showall -** validate the four parameters received by LDIF::User#new() + +** TODO validate the four parameters received by LDIF::User#new() *** die when the key does not exist. *** ou, name, password are Str *** id is Num -** encrypted connection +** TODO encrypted connection + +** TODO sudo-like session + +** TODO user, group, host, sudoer should act as models + +** TODO alias in Namespace::Dispatch -** sudo-like session +** DONE App::LDAP as a Singleton -** user, group, host, sudoer should act as models +** DONE App::LDAP::Config as a Singleton