home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Networking / SambaManager / BUGS < prev    next >
Encoding:
Text File  |  1998-04-02  |  2.8 KB  |  82 lines

  1.  
  2.  
  3.  
  4.                      BUGS and other unwanted features
  5.                      ================================
  6.                                          
  7.                                          
  8. Saving
  9. ======
  10.  
  11.   Problem:
  12.     When saving a directory to a domain which does not have a /samba subdirectory,
  13.       changing the name in the Save panel will cause the panel to refuse saving.
  14.       (I.e. you can't click ok).
  15.     
  16.     Workaround:
  17.       You can accept the default name and click ok. This will create the /samba
  18.         subdirectory. Then use `Save To Domain' to save to a different name. Reopen
  19.         the old entry and delete it.
  20.  
  21.   Problem:
  22.       If you change the name when saving to a domain which does not have the /samba
  23.         subdirectory, you will not be able to save anything to that domain anymore.
  24.         
  25.     Workaround:
  26.       You must quit SambaManager and relaunch it.
  27.         
  28.   Problem:
  29.       I've made several changes to the configuration, but when I connect to
  30.         the server, none of the changes seem to apply.
  31.         
  32.     Workaround:
  33.       This is because the NetInfo in not consulted each time you connect, but
  34.         only when the daemon starts (and after some specifed perions [approx. 1h]).
  35.         Disabling and then Enabling the daemons via the Daemon Startup should fix
  36.         the problem.
  37.  
  38. Passwords
  39. =========
  40.  
  41.   Problem:
  42.       When I type 'smbpasswd' I only get:
  43.           smbpasswd: Command not found.
  44.     
  45.     Workaround:
  46.       The installation tries to copy the smbpasswd program to either
  47.           /usr/local/bin      or     /users/local/bin. 
  48.         If one of these is not on your PATH, then you can't just execute it. 
  49.         You can either copy or (soft)link smbpasswd to a directory which is on 
  50.         your path.
  51.         
  52.         For example, if /users/local/bin is on your path and you have installed
  53.         SambaManger in /LocalAdmin, then
  54.           ln -s /LocalAdmin/SambaManager.app/smbpasswd /users/local/bin/smbpasswd
  55.         will do the trick.
  56.         Note that if you want all your users to set both the unix and Samba password
  57.         together, you can also do:
  58.           ln -s /LocalAdmin/SambaManager.app/smbpasswd /users/local/bin/passwd
  59.         and then make sure that /users/local/bin is searched before /usr/bin. In this
  60.         case you must make sure that each new user has the appropriate NetInfo
  61.         extensions after adding the user. (You could use the 'before_creating_user'
  62.         in UserManager to add the properties with niutil when adding a user on the
  63.         NetInfo master.)
  64.         
  65.         
  66. Remote Password
  67. ===============
  68.  
  69.   Problem:
  70.       Cannot change the password with the remote password command (from Windows).
  71.         This is correct. The current Samba tools do not have this option compiled
  72.         in. (It would require several changes, which are better made in the current
  73.         release.)
  74.         
  75.     Workaround:
  76.       None. You must change the passwords on the unix host.
  77.         (As an option, you could set .../SambaManger.app/smbpasswd as the shell 
  78.         and let the users telnet to the unix host for this purpose. Note that 
  79.         you may have to enter .../SambaManger.app/smbpasswd to /etc/shells for
  80.         this to work.)
  81.  
  82.