mbenkmann / limux-gosa

GOsa² is a web based adminstration tool for user accounts, groups, servers, clients, and many other things.
18 stars 5 forks source link

Missing "Waiting for activation" message when a system comes online and there is no template #83

Closed mbenkmann closed 9 years ago

mbenkmann commented 9 years ago

From mux2...@gmail.com on March 14, 2013 10:46:29

  1. Delete system from LDAP
  2. Make sure there is no template object matching the system
  3. Turn on system
  4. go-susi creates LDAP object
  5. System waits printing ". . . . . . . . " on the FAI console but the message "Waiting for activation" is not displayed on the blue progress screen

Original issue: http://code.google.com/p/go-susi/issues/detail?id=83

mbenkmann commented 9 years ago

From mux2...@gmail.com on March 14, 2013 02:50:05

Possible reason is that go-susi sends true in the "registered" message. gosa-si-server apparently does not do that in this particular case (it leaves out the element completely from the "registered" message). A possible fix is to leave out the element from the registered message if it doesn't have an LDAP object in here_i_am. Another possible fix is to send go-susi's own LDAP data in Send_new_ldap_config() if the system has no gotoLdapServer attribute.

mbenkmann commented 9 years ago

From mux2...@gmail.com on March 14, 2013 07:39:43

Not sending seems to have fixed the issue.

Status: Done