1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00
This commit is contained in:
Jelmer Vernooij -
parent 377631b3a0
commit 9b469a2aca

View File

@ -1,7 +1,7 @@
# Put this in your MySQL database by running
# mysql -u<user> -p<password> -h<host> <database> < mysql.dump
CREATE TABEL user (
CREATE TABLE user (
logon_time int(9),
logoff_time int(9),
kickoff_time int(9),