]> andersk Git - moira.git/commitdiff
Need to include clearid in the select statement.
authorzacheiss <zacheiss>
Sat, 17 Apr 2004 19:23:52 +0000 (19:23 +0000)
committerzacheiss <zacheiss>
Sat, 17 Apr 2004 19:23:52 +0000 (19:23 +0000)
gen/ldap.gen

index 1da68704de91364dc78d177841e4ff6e2460730c..1146e17e7690dcffbbfd7d0ea16f0e42bc7031b2 100755 (executable)
@@ -18,7 +18,7 @@ umask 022;
 $dbh = DBI->connect("dbi:Oracle:moira", "moira", "moira")
     || exit $MR_DBMS_ERR;
 
-$sth = $dbh->prepare("SELECT login, first, middle, last FROM users " .
+$sth = $dbh->prepare("SELECT login, first, middle, last, clearid FROM users " .
                     "WHERE status = 1");
 
 $sth->execute;
This page took 0.041968 seconds and 5 git commands to generate.