This manual page is for Mac OS X version 10.6

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



IDMAP_ODSAM(8)                                                                                IDMAP_ODSAM(8)



NAME
       idmap_odsam - Open Directory ID mapping backend for winbindd

SYNOPSIS
       The  idmap_odsam  plugin  is the default backend used by Mac OS X for mapping SIDs and user and group
       IDs using Open Directory. It implements both the "idmap" and "idmap alloc" APIs.


       idmap_odsam should always be used in conjunction with the odsam passdb backend.


IDMAP OPTIONS
       odsam: msglevel = LEVEL
              LEVEL is the integer log level at which idmap_odsam should emit log messages.  The lower LEVEL
              is, the more verbose the log messages.


       odsam: traceall = BOOL
              If  this  is  true,  idmap_odsam will emit log messages for all Open Directory calls. If it is
              false (the default), it will only log errors.


IDMAP ALLOC OPTIONS
       The idmap_odsam does not allocate any mappings. On Mac OS X, all SID mappings should be made by modi-fying modifying
       fying the appropriate Open Directory record.


EXAMPLES
            [global]
                idmap domain = default
                idmap config default:default = yes
                idmap config default:backend = odsam

                idmap alloc backend = odsam

                passdb backend = odsam

                odsam: msglevel = 0    # Log at debugging levels
                odsam: traceall = no   # Do not trace Open Directory calls



BUGS
       Please report bugs to Apple.


SEE ALSO
       DirectoryService(8), smb.conf(5), winbindd(8)




                                                                                              IDMAP_ODSAM(8)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.