Displaying 2 results from an estimated 2 matches for "userlastname".
2006 Jan 19
1
[Newbie] undefined method `useremail'' error
...type="submit" />
</form>
</body>
</html>
PostgreSQL DDL
CREATE TABLE "public"."tblUser" (
"UserID" BIGSERIAL,
"PersonTitleID" BIGINT,
"SecretQuestionID" BIGINT,
"UserFirstName" VARCHAR,
"UserLastName" VARCHAR,
"UserEmail" VARCHAR NOT NULL,
"UserPassword" VARCHAR NOT NULL,
"UserEmailVerified" BOOLEAN DEFAULT false NOT NULL,
"UserRegistrationDate" DATE,
"UserPhone" VARCHAR,
"UserAltPhone" VARCHAR,
"UserSecr...
2012 Nov 30
5
Samba file server using ldap backend without AD or PDC?
Hi all,
I've been using samba for a few years now on a couple of file servers with a
tdbsam backend for our user accounts. We use openldap for the vast majority
of our identity management, so I would love to be able to tie into this. We
recently started using sambaNTPassword in openldap for radius
authentication, so this is populated for most of our users now.
>From reading through