1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00
(This used to be commit 9b469a2aca)
This commit is contained in:
Jelmer Vernooij
2002-11-11 13:49:25 +00:00
parent 72b9b48904
commit bd4ed6eea0

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),