Archives of the TeradataForum
Message Posted: Mon, 04 Jan 2016 @ 16:00:32 GMT
Subj: | | Re: LogonRules |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Monday, January 04, 2016 12:35 -->
Yes, LogicalHostID = 0 is console/internal logon; 1024 is "ALL".
WITH NULL PASSWORD doesn't mean you can omit the password for native database authentication. It means you can use external authentication. A
password is always required for TD2 authentication.
PasswordMinChar = 0 is not valid; the system will log an error at restart and use the system default (1) instead.
|