Displaying 2 results from an estimated 2 matches for "migraiton".
Did you mean:
migraion
2011 Aug 07
3
New field does now show in browser
Hi all
I just added a new field phone to form _form.html.erb created with:
rails generate migration AddPhoneTotickets phone:string
added with rake migraiton
and the new field does not show in the browser
new
<div class="field">
<%= f.label :phone %><br />
<%= f.text_field :phone %>
</div>
old
<p>
<%= f.label :phone %><br />
<%= f.text_field :phone %>
</p>...
2005 Jun 13
0
Problems Migrating password and group info to ldap
...ldap-tools-migrate-accounts over to ldap using the passwd
group and shadow files all the posix information is created but it is
lacking enough samba information for the user to login in to the new
domain via the migrated account. In the new accounts In the new ldap
(posix/samba) accounts (after migraiton) I am missing necessary samba
account information for those new users to be allowed to login into the
domain. If I use the pdbedit -e -i options to migrate the smpasswd file
to ldap (machine accounts/samba account) it does not create the possix
information.
note: Everything was setup with confi...