Opened 17 years ago
Closed 14 years ago
#43 closed enhancem. (fixed)
Missing OS/2 winbindd.exe
Reported by: | guest | Owned by: | Silvan Scherrer |
---|---|---|---|
Priority: | major | Milestone: | Samba Server for eCS (OS/2) 1.2.0 |
Component: | Samba Server | Version: | Server 3.5.x |
Keywords: | winbindd.exe | Cc: | herwig.bauernfeind@… |
Description
Group management has always been broken for the OS/2 Samba port.
It appears that the reason for that is the missing OS/2 winbind.exe, because the attempt to create a group from a WinXP client MMC fails because of
[2007/10/30 08:37:25, 3] groupdb/mapping.c:pdb_default_create_alias(464)
Could not get a gid out of winbind
in /source/nsswitch there are OS-specific files for freebsd, hpux, irix, linux, netbsd and solaris, but none for OS/2, which appears to be the reason the winbind.exe is not built.
Attachments (2)
Change History (15)
by , 17 years ago
Attachment: | log_group_add.zip added |
---|
comment:1 by , 17 years ago
Summary: | Creating Samba groups does not work because of missing OS/2 winbind.exe → Missing OS/2 winbind.exe, probably therefore creating Samba groups does not work |
---|
The following change has to be made to configure to make winbind.exe compile (no working setup here however, yet): (diff.exe output)
62809,62812d62808
< *os2-emx*)
< NSSSONAMEVERSIONSUFFIX=".2"
< WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o"
< ;;
by , 17 years ago
Attachment: | configure.dif added |
---|
Change made to configure to make winbind.exe compile
comment:2 by , 17 years ago
Keywords: | groups removed |
---|---|
Summary: | Missing OS/2 winbind.exe, probably therefore creating Samba groups does not work → Missing OS/2 winbindd.exe |
Wrong assumption: groups can be created even without winbindd.exe
comment:3 by , 17 years ago
Keywords: | winbindd.exe added; winbind.exe removed |
---|
comment:4 by , 17 years ago
Priority: | blocker → major |
---|
comment:5 by , 16 years ago
Milestone: | → Samba Server for OS/2 1.0.1 |
---|
comment:6 by , 16 years ago
Milestone: | Samba Server for eCS (OS/2) 1.0.1 → Samba Server for eCS (OS/2) 1.0.2 |
---|
comment:7 by , 15 years ago
Version: | → 3.0.26a |
---|
comment:8 by , 14 years ago
do we really need winbind? if yes we should take care it's build by default
comment:9 by , 14 years ago
If our Samba should ever be complete, we should try that. Please note that making it compile is easy (configure diff attached to this Ticket).
comment:10 by , 14 years ago
Milestone: | Samba Server for eCS (OS/2) 1.1.0 → Samba Server for eCS (OS/2) 1.2.0 |
---|---|
Type: | defect → enhancem. |
Version: | 3.0.26a → 3.5.x |
ok i will enable it for 3.5, so we have time to play with it. if all works well we can always add it to 3.3 as well
comment:11 by , 14 years ago
Owner: | changed from | to
---|
comment:13 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Attempt to create a group from WinXP client MMC log, level 10