lsarpcd (1)

Samba

28 March 2000

NAME

lsarpcd - LSA services Samba daemon

SYNOPSIS

lsarpcd [-d debuglevel] [-D] [-a] [-p port] [-o] [-P] [-i scope] [-s servicesfile] [-l basename for log file]

DESCRIPTION

This daemon is part of the new Samba TNG suite.

The LSA services daemon (lsarpcd) provides access to functions which will resolve account and other information. According to Luke Kenneth Casson Leighton's book, "DCE/RPC over SMB - Samba and Windows NT Domain internals", the lsarpcd daemon resolves information such as:

Names in a Domain to Security IDs (SIDs)

SIDs to Domain member names (of the format "DOMAIN\Domainmember Name")

The SID of the domain of which a server is a member

The SID of the SAM database for which a server is responsible

This daemon must be running for the server to act as a Domain Controller.

OPTIONS

-d debuglevel
sets the debuglevel to an integer between 0 and 100. 0 is for no debugging and 100 is for reams and reams. To submit a bug report to the Samba Team, use debug level 100 (see BUGS.txt).

-D
tells lsarpcd to become a daemon and detach from the current terminal. This should be used for the most part.

-a
tells lsarpcd to append to it's log file rather than overwrite it. This is on by default.

-p port
sets the port on which lsarpcd listens for incoming requests. Not used often.

-o
tells lsarpcd to overwrite the log file each time it is restarted. This is useful for reporting specific problems to the Samba Team.

-P
(unknown)

-i scope
sets the NetBIOS scope. The NetBIOS scope is not used normally. To find out more about the NetBIOS scope, see RFCs 1001 and 1002.

-s servicesfile
specifies the location of the services file. The default being /etc/services

-l basename for log file
sets the basename of the log file. The default is log and .lsarpcd will be appended to the file name.

SEE ALSO

samba(7), browserd(8), lsarpcd(8), samrd(8), smbd(8), nmbd(8), netlogond(8), svcctld(8), srvsvcd(8), winregd(8), wkssvcd(8), spoolssd(8), samedit(8), regedit(8)

AUTHOR

The original Samba software and related utilities were created by Andrew Tridgell samba-bugs@samba.org. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.

This manual page (as incomplete as it is) was written by Matthew Geddes for The Samba Team.