ldaphotos/manifesto.tex
Sandy Mossgrave 39a69c947e Quicksaving before first run on coldspringsharbor.
Added manipulations.c, which turns an array of bytes
into their hex representation.

Added a completely useless test suite.

Added manifesto.tex, which is, well, a dramatic name
for my notes to self and plan.

Added local.schema, which will be used by LDAP later on when
actually registering the photos in a database.
2023-06-19 08:56:49 +00:00

80 lines
1.8 KiB
TeX

\documentclass[12pt]{article}
\def\thetitle{LDAPhotos Manifesto}
\def\myname{Sandy Mossgrave}
\def\theprof{LDAP}
\def\theclass{LDAPhotos}
\title{\thetitle}
\author{\myname}
\def\shorttitle{\thetitle}
\usepackage{geometry}
\geometry{letterpaper, portrait, margin=1in}
% Package imports!
\usepackage{hyperref}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage{twemojis}
\usepackage{cancel}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{nicefrac}
\graphicspath{ {./images} }
\setlength{\parskip}{1ex}
\setlength{\parindent}{0pt}
\setlength{\jot}{8pt} % Nicer spacing for the lines in an amsmath split environment
\iffalse
\url{windy.com}
\fi
% Unnumbered Equation Command - Mimics the \begin{equation} environment without a number
\newcommand{\unneqn}[1]{\center{\Large{$#1$}}}
\renewcommand{\headrulewidth}{0pt}
\fancypagestyle{firstpagestyle}
{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[RO,RE]{\thepage/\pageref*{LastPage} \myname \\ \today}
\fancyhead[LO,LE]{\shorttitle}
\fancyfoot[]{}
}
\fancyhead[RO,RE]{\thepage/\pageref*{LastPage} \myname\\ \today}
\fancyhead[LO,LE]{\shorttitle}
\fancyfoot[]{}
\begin{document}
\pagestyle{fancy}
\thispagestyle{firstpagestyle}
\begin{center}
\Large{\textbf{ \thetitle }}
\end{center}
\section*{To-Do List}
\begin{itemize}
\item Obtain object identifier
\item Choose name prefix
\item create local schema file
\item define custom attribute types
\item define custom object classes
\end{itemize}
\newcommand\localschema{\textit{local.schema}}
\begin{itemize}
\item Add a \localschema into \textit{/usr/local/etc/openldap/schema/}
\item In \textit{slapd.conf} add an include directive for the above \localschema
\item
\end{itemize}
\end{document}