Add LDAP logins and password resets, config, etc.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class CreateUsers < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
create_table :users do |t|
|
||||
t.string :cn
|
||||
t.string :ou
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user