--- authconfig-5.3.13/authconfig.py.locauthorize 2006-10-20 20:09:34.000000000 +0200 +++ authconfig-5.3.13/authconfig.py 2007-05-04 15:25:06.000000000 +0200 @@ -253,6 +253,8 @@ self.info = authinfo.read(self.printError) # FIXME: what about printing critical errors reading individual configs? self.pristineinfo = self.info.copy() + if self.info.enableLocAuthorize == None: + self.info.enableLocAuthorize = True # ON by default def testAvailableSubsys(self): self.nis_avail = (os.access(authinfo.PATH_YPBIND, os.X_OK) and --- authconfig-5.3.13/authconfig-gtk.py.locauthorize 2006-08-24 21:22:17.000000000 +0200 +++ authconfig-5.3.13/authconfig-gtk.py 2007-05-04 15:27:45.000000000 +0200 @@ -177,6 +177,8 @@ } self.info = authinfo.read(self.message_callback) self.pristineinfo = self.info.copy() + if self.info.enableLocAuthorize == None: + self.info.enableLocAuthorize = True # ON by default return def destroy_widget(self, button, widget):