문제

I would like to know if there is any database management system (DB2, MySQL, PostgreSQL, ...) that allows me to use Windows user accounts for logging in.

I know that Tortoise SVN can do it, but I haven't found anything for a database server.

Regards Alex

도움이 되었습니까?

해결책

DB2 always uses the host systems security for identification and authentication.

So if you run db2 on a windows server anyone logging in will need a userid and password which is valid in the servers domain.

If they are logged in on the domain already they should not need to log in again.

And believe it or not Microsofts SQLServer also uses the standard Microsoft Windows domain user ids :-)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top